[][src]Trait gdnative_core::GodotObject

pub unsafe trait GodotObject {
    fn class_name() -> &'static str;
}

Internal details.

Required methods

fn class_name() -> &'static str

Loading content...

Implementors

impl GodotObject for Object
[src]

impl GodotObject for Reference
[src]

Loading content...