Trait gdnative_core::nativescript::class::NativeClassMethods[][src]

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>)[src]

Function that registers all exposed methods to Godot.

Loading content...

Implementors

Loading content...