Skip to main content

ITextSizeLimiter

Trait ITextSizeLimiter 

Source
pub trait ITextSizeLimiter: IMonoBehaviour {
    // Provided methods
    fn m_limit_max_width(self) -> f32 { ... }
    fn set_m_limit_max_width(self, value: f32) { ... }
    fn m_text(self) -> TextMeshProUGUI { ... }
    fn set_m_text(self, value: TextMeshProUGUI) { ... }
    fn m_layout(self) -> LayoutElement { ... }
    fn set_m_layout(self, value: LayoutElement) { ... }
}

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§