Skip to main content

IPhotoAppearContent

Trait IPhotoAppearContent 

Source
pub trait IPhotoAppearContent: IMonoBehaviour {
    // Provided methods
    fn m_image(self) -> Image { ... }
    fn set_m_image(self, value: Image) { ... }
    fn m_animator(self) -> Animator { ... }
    fn set_m_animator(self, value: Animator) { ... }
    fn m_progress(self) -> f32 { ... }
    fn set_m_progress(self, value: f32) { ... }
    fn m_material_inst(self) -> Material { ... }
    fn set_m_material_inst(self, value: Material) { ... }
    fn m_state(self) -> PhotoAppearContent_State { ... }
    fn set_m_state(self, value: PhotoAppearContent_State) { ... }
    fn m_next_state(self) -> PhotoAppearContent_State { ... }
    fn set_m_next_state(self, value: PhotoAppearContent_State) { ... }
}

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§