Skip to main content

IAkGameObjPositionOffsetData

Trait IAkGameObjPositionOffsetData 

Source
pub trait IAkGameObjPositionOffsetData: IObject {
    // Provided methods
    fn keep_me(self) -> bool { ... }
    fn set_keep_me(self, value: bool) { ... }
    fn position_offset(self) -> Vector3 { ... }
    fn set_position_offset(self, value: Vector3) { ... }
}

Provided Methods§

Source

fn keep_me(self) -> bool

Source

fn set_keep_me(self, value: bool)

Source

fn position_offset(self) -> Vector3

Source

fn set_position_offset(self, value: Vector3)

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§