Skip to main content

IScriptSystem_CameraListMethods

Trait IScriptSystem_CameraListMethods 

Source
pub trait IScriptSystem_CameraListMethods: IScriptSystem_CameraList {
    // Provided methods
    fn ctor(self, tag: impl Into<Il2CppString>) { ... }
    fn get_current(self) -> Camera { ... }
    fn find(self, name: impl Into<Il2CppString>) -> Camera { ... }
}

Provided Methods§

Source

fn ctor(self, tag: impl Into<Il2CppString>)

.ctor(::unity::Il2CppString) overload

Source

fn get_current(self) -> Camera

get_Current() overload

Source

fn find(self, name: impl Into<Il2CppString>) -> Camera

Find(::unity::Il2CppString) 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: IScriptSystem_CameraList> IScriptSystem_CameraListMethods for __T

Available on crate feature app-scriptsystem only.