Trait gdnative_core::export::NativeClassMethods
source · [−]pub trait NativeClassMethods: NativeClass {
fn register(builder: &ClassBuilder<Self>);
}
Expand description
Trait used to provide information of Godot-exposed methods of a script class.
Required Methods
sourcefn register(builder: &ClassBuilder<Self>)
fn register(builder: &ClassBuilder<Self>)
👎Deprecated:
This method will be removed from the public API.
Function that registers all exposed methods to Godot.