Skip to main content

ICinemachineMixer

Trait ICinemachineMixer 

Source
pub trait ICinemachineMixer: IPlayableBehaviour {
    // Provided methods
    fn m_brain_override_id(self) -> i32 { ... }
    fn set_m_brain_override_id(self, value: i32) { ... }
    fn m_preview_play(self) -> bool { ... }
    fn set_m_preview_play(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_brain_override_id(self) -> i32

Source

fn set_m_brain_override_id(self, value: i32)

Source

fn m_preview_play(self) -> bool

Source

fn set_m_preview_play(self, value: bool)

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§