Skip to main content

IHubMascotCameraMethods

Trait IHubMascotCameraMethods 

Source
pub trait IHubMascotCameraMethods: IHubMascotCamera {
    // Provided methods
    fn get_target(self) -> Vector3 { ... }
    fn set_target(self, value: impl Into<Vector3>) { ... }
    fn start(self) { ... }
    fn update(self) { ... }
    fn update_key(self) { ... }
    fn commit(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_target(self) -> Vector3

get_Target() overload

Source

fn set_target(self, value: impl Into<Vector3>)

set_Target(crate::unity_engine::vector3::Vector3) overload

Source

fn start(self)

Start() overload

Source

fn update(self)

Update() overload

Source

fn update_key(self)

UpdateKey() overload

Source

fn commit(self)

Commit() overload

Source

fn ctor(self)

.ctor() overload

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§

Source§

impl<__T: IHubMascotCamera> IHubMascotCameraMethods for __T

Available on crate feature app-hubmascotcamera only.