pub trait IFKOffset_Offset: IObject {
// Provided methods
fn name(self) -> Il2CppString { ... }
fn set_name(self, value: Il2CppString) { ... }
fn bone(self) -> HumanBodyBones { ... }
fn set_bone(self, value: HumanBodyBones) { ... }
fn rotation_offset(self) -> Vector3 { ... }
fn set_rotation_offset(self, value: Vector3) { ... }
fn t(self) -> Transform { ... }
fn set_t(self, value: Transform) { ... }
}Provided Methods§
fn name(self) -> Il2CppString
fn set_name(self, value: Il2CppString)
fn bone(self) -> HumanBodyBones
fn set_bone(self, value: HumanBodyBones)
fn rotation_offset(self) -> Vector3
fn set_rotation_offset(self, value: Vector3)
fn t(self) -> Transform
fn set_t(self, value: Transform)
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.