Skip to main content

IPackingAttribute

Trait IPackingAttribute 

Source
pub trait IPackingAttribute: SystemObject {
Show 16 methods // Provided methods fn display_names(self) -> Array<Il2CppString> { ... } fn set_display_names(self, value: Array<Il2CppString>) { ... } fn range(self) -> Array<f32> { ... } fn set_range(self, value: Array<f32>) { ... } fn packing_scheme(self) -> FieldPacking { ... } fn set_packing_scheme(self, value: FieldPacking) { ... } fn offset_in_source(self) -> i32 { ... } fn set_offset_in_source(self, value: i32) { ... } fn size_in_bits(self) -> i32 { ... } fn set_size_in_bits(self, value: i32) { ... } 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 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 range(self) -> Array<f32>

Source

fn set_range(self, value: Array<f32>)

Source

fn packing_scheme(self) -> FieldPacking

Source

fn set_packing_scheme(self, value: FieldPacking)

Source

fn offset_in_source(self) -> i32

Source

fn set_offset_in_source(self, value: i32)

Source

fn size_in_bits(self) -> i32

Source

fn set_size_in_bits(self, value: i32)

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 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§