Skip to main content

IEventPictureController

Trait IEventPictureController 

Source
pub trait IEventPictureController: IMonoBehaviour {
    // Provided methods
    fn m_image(self) -> RawImage { ... }
    fn set_m_image(self, value: RawImage) { ... }
    fn m_animation(self) -> Animation { ... }
    fn set_m_animation(self, value: Animation) { ... }
    fn m_picture_texture_handle(self) -> ResourceHandle_2 { ... }
    fn set_m_picture_texture_handle(self, value: ResourceHandle_2) { ... }
}

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§