Struct aframe::component::GearVRControls [−][src]
pub struct GearVRControls {
pub arm_model: bool,
pub button_color: Rgb,
pub button_touched_color: Rgb,
pub button_highlight_color: Rgb,
pub hand: Hand,
pub model: bool,
pub orientation_offset: Vector3,
}Expand description
Fields
arm_model: boolhand: Handmodel: boolorientation_offset: Vector3Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GearVRControls
impl Send for GearVRControls
impl Sync for GearVRControls
impl Unpin for GearVRControls
impl UnwindSafe for GearVRControls
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self to an optional value of a Properties struct.
Convert self to a value of a Properties struct.
Convert self to a value of a Properties struct.