Skip to main content

ISurfaceDataAttributes

Trait ISurfaceDataAttributes 

Source
pub trait ISurfaceDataAttributes: SystemObject {
    // Provided methods
    fn display_names(self) -> Array<Il2CppString> { ... }
    fn set_display_names(self, value: Array<Il2CppString>) { ... }
    fn is_direction(self) -> bool { ... }
    fn set_is_direction(self, value: bool) { ... }
    fn s_rgb_display(self) -> bool { ... }
    fn set_s_rgb_display(self, value: bool) { ... }
    fn precision(self) -> FieldPrecision { ... }
    fn set_precision(self, value: FieldPrecision) { ... }
    fn check_is_normalized(self) -> bool { ... }
    fn set_check_is_normalized(self, value: bool) { ... }
}

Provided Methods§

Source

fn display_names(self) -> Array<Il2CppString>

Source

fn set_display_names(self, value: Array<Il2CppString>)

Source

fn is_direction(self) -> bool

Source

fn set_is_direction(self, value: bool)

Source

fn s_rgb_display(self) -> bool

Source

fn set_s_rgb_display(self, value: bool)

Source

fn precision(self) -> FieldPrecision

Source

fn set_precision(self, value: FieldPrecision)

Source

fn check_is_normalized(self) -> bool

Source

fn set_check_is_normalized(self, value: bool)

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§