Skip to main content

IGmapCinemaScope

Trait IGmapCinemaScope 

Source
pub trait IGmapCinemaScope: IMonoBehaviour {
    // Provided methods
    fn m_message(self) -> TextMeshProUGUI { ... }
    fn set_m_message(self, value: TextMeshProUGUI) { ... }
    fn m_animator(self) -> Animator { ... }
    fn set_m_animator(self, value: Animator) { ... }
    fn m_is_destroy_reserved(self) -> bool { ... }
    fn set_m_is_destroy_reserved(self, value: bool) { ... }
}

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§