Skip to main content

IFishingConfig_FixCameraConfig

Trait IFishingConfig_FixCameraConfig 

Source
pub trait IFishingConfig_FixCameraConfig: IObject {
    // Provided methods
    fn pos(self) -> Vector3 { ... }
    fn set_pos(self, value: Vector3) { ... }
    fn rot(self) -> Vector3 { ... }
    fn set_rot(self, value: Vector3) { ... }
}

Provided Methods§

Source

fn pos(self) -> Vector3

Source

fn set_pos(self, value: Vector3)

Source

fn rot(self) -> Vector3

Source

fn set_rot(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§