Trait gdnative::nativescript::NativeClassMethods[][src]

pub trait NativeClassMethods: NativeClass {
    pub fn register(builder: &ClassBuilder<Self>);
}

Trait used to provide information of Godot-exposed methods of a script class.

Required methods

pub fn register(builder: &ClassBuilder<Self>)[src]

Function that registers all exposed methods to Godot.

Loading content...

Implementors

Loading content...