Crate gdnative_derive[][src]

Attribute Macros

methods
profiled

Makes a function profiled in Godot's built-in profiler. This macro automatically creates a tag using the name of the current module and the function by default.

Derive Macros

FromVariant
NativeClass

Makes it possible to use a type as a NativeScript.

OwnedToVariant
ToVariant