Skip to main content

IDemoGUIMessage

Trait IDemoGUIMessage 

Source
pub trait IDemoGUIMessage: IMonoBehaviour {
    // Provided methods
    fn text(self) -> Il2CppString { ... }
    fn set_text(self, value: Il2CppString) { ... }
    fn color(self) -> Color { ... }
    fn set_color(self, value: Color) { ... }
}

Provided Methods§

Source

fn text(self) -> Il2CppString

Source

fn set_text(self, value: Il2CppString)

Source

fn color(self) -> Color

Source

fn set_color(self, value: Color)

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§