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

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

GodotObjects that have a zero argument constructor.

Required methods

fn construct() -> Ref<Self, Unique>

Loading content...

Implementors

Loading content...