Trait gdnative_core::object::Instanciable[][src]

pub trait Instanciable: GodotObject {
    fn construct() -> Ref<Self, Unique>;
}

GodotObjects that have a zero argument constructor.

Required methods

fn construct() -> Ref<Self, Unique>[src]

Loading content...

Implementors

Loading content...