Skip to main content

IRangeData_DirOffsets

Trait IRangeData_DirOffsets 

Source
pub trait IRangeData_DirOffsets: IObject {
    // Provided methods
    fn m_offsets(
        self,
    ) -> Array<Dictionary_2<Il2CppString, List_1<RangeData_Offset>>> { ... }
    fn set_m_offsets(
        self,
        value: Array<Dictionary_2<Il2CppString, List_1<RangeData_Offset>>>,
    ) { ... }
    fn m_centers(self) -> Dictionary_2<Il2CppString, RangeData_Targets> { ... }
    fn set_m_centers(self, value: Dictionary_2<Il2CppString, RangeData_Targets>) { ... }
}

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§