[][src]Trait gdnative_core::Instanciable

pub trait Instanciable: GodotObject {
    fn construct() -> Self;
}

GodotObjects that have a zero argument constructor.

Required methods

fn construct() -> Self

Loading content...

Implementors

impl Instanciable for Object[src]

impl Instanciable for Reference[src]

Loading content...