Skip to main content

IAkGameObjPosOffsetData

Trait IAkGameObjPosOffsetData 

Source
pub trait IAkGameObjPosOffsetData: IScriptableObject {
    // Provided methods
    fn position_offset(self) -> Vector3 { ... }
    fn set_position_offset(self, value: Vector3) { ... }
}

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§