Skip to main content

IText

Trait IText 

Source
pub trait IText: IMaskableGraphic {
    // Provided methods
    fn m_font_data(self) -> FontData { ... }
    fn set_m_font_data(self, value: FontData) { ... }
    fn m_text(self) -> Il2CppString { ... }
    fn set_m_text(self, value: Il2CppString) { ... }
    fn m_text_cache(self) -> TextGenerator { ... }
    fn set_m_text_cache(self, value: TextGenerator) { ... }
    fn m_text_cache_for_layout(self) -> TextGenerator { ... }
    fn set_m_text_cache_for_layout(self, value: TextGenerator) { ... }
    fn m_disable_font_texture_rebuilt_callback(self) -> bool { ... }
    fn set_m_disable_font_texture_rebuilt_callback(self, value: bool) { ... }
    fn m_temp_verts(self) -> Array<UIVertex> { ... }
    fn set_m_temp_verts(self, value: Array<UIVertex>) { ... }
}

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§