Skip to main content

IHubPlayCamera_DemoTelop

Trait IHubPlayCamera_DemoTelop 

Source
pub trait IHubPlayCamera_DemoTelop: IProcInst {
    // Provided methods
    fn root(self) -> GameObject { ... }
    fn set_root(self, value: GameObject) { ... }
    fn ui_object(self) -> GameObject { ... }
    fn set_ui_object(self, value: GameObject) { ... }
    fn m_animator(self) -> Animator { ... }
    fn set_m_animator(self, value: Animator) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§