Struct machinery_api::plugins::entity::CameraComponentT [−][src]
#[repr(C)]pub struct CameraComponentT { pub projection_mode: CameraProjectionMode, pub near_plane: f32, pub far_plane: f32, pub vertical_fov: f32, pub box_height: f32, pub shutter_speed: f32, pub aperture: f32, pub iso: f32, }
Fields
projection_mode: CameraProjectionModenear_plane: f32far_plane: f32vertical_fov: f32box_height: f32shutter_speed: f32aperture: f32iso: f32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CameraComponentT
impl Send for CameraComponentT
impl Sync for CameraComponentT
impl Unpin for CameraComponentT
impl UnwindSafe for CameraComponentT
Blanket Implementations
Mutably borrows from an owned value. Read more