Skip to main content

IFontList

Trait IFontList 

Source
pub trait IFontList: ISingletonScriptableObject_1<FontList> {
    // Provided methods
    fn m_font_array(self) -> Array<TMP_FontAsset> { ... }
    fn set_m_font_array(self, value: Array<TMP_FontAsset>) { ... }
    fn m_replace_charactar(self) -> u16 { ... }
    fn set_m_replace_charactar(self, value: u16) { ... }
}

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§