[][src]Trait gdnative::NativeClassMethods

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

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

Required methods

fn register(builder: &ClassBuilder<Self>)

Function that registers all exposed methods to Godot.

Loading content...

Implementors

Loading content...