Struct machinery_api::plugins::the_machinery_shared::CameraControllerComponentT[][src]

#[repr(C)]
pub struct CameraControllerComponentT {
Show 13 fields pub disable_input: bool, pub _padding_24: [c_char; 3], pub mode: camera_controller_mode, pub translation_speed: f32, pub rotation_speed: f32, pub translation_damping: f32, pub translation: Vec3T, pub damped_translation: Vec3T, pub rotation: Vec2T, pub focus_point: Vec3T, pub zoom: f32, pub spin: Vec2T, pub pan: Vec2T,
}

Fields

disable_input: bool_padding_24: [c_char; 3]mode: camera_controller_modetranslation_speed: f32rotation_speed: f32translation_damping: f32translation: Vec3Tdamped_translation: Vec3Trotation: Vec2Tfocus_point: Vec3Tzoom: f32spin: Vec2Tpan: Vec2T

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.