Skip to main content

IPhotographSelectAreaMenuContent

Trait IPhotographSelectAreaMenuContent 

Source
pub trait IPhotographSelectAreaMenuContent: IBasicMenuContent {
    // Provided methods
    fn m_area_image(self) -> Image { ... }
    fn set_m_area_image(self, value: Image) { ... }
    fn m_spot_count(self) -> TextMeshProUGUI { ... }
    fn set_m_spot_count(self, value: TextMeshProUGUI) { ... }
    fn m_area_sprite_atlas(self) -> SpriteAtlas { ... }
    fn set_m_area_sprite_atlas(self, value: SpriteAtlas) { ... }
    fn m_area_sprite(self) -> Sprite { ... }
    fn set_m_area_sprite(self, value: Sprite) { ... }
}

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§