pub struct VRSettings {
pub cardboard: Option<Google>,
pub daydream: Option<Google>,
pub enable360StereoCapture: Option<bool>,
pub hololens: Option<HoloLens>,
pub lumin: Option<Lumin>,
pub none: Option<DeviceNone>,
pub oculus: Option<Oculus>,
}Expand description
VRSettings is a sub class of the Unity engine since version 5.6.0b1.
Fields§
§cardboard: Option<Google>Google: (5.6.0b1 - 2020.2.0a15)
daydream: Option<Google>Google: (5.6.0b1 - 2020.2.0a15)
enable360StereoCapture: Option<bool>bool: (2018.1.0b2 - 2022.3.2f1)
hololens: Option<HoloLens>HoloLens: (5.6.0f1 - 2020.2.0a15)
lumin: Option<Lumin>Lumin: (2019.1.0b1 - 2020.2.0a15)
none: Option<DeviceNone>DeviceNone: (5.6.0b1 - 2020.2.0a17)
oculus: Option<Oculus>Oculus: (2017.3.0f3 - 2020.2.0a15)
Trait Implementations§
Source§impl Debug for VRSettings
impl Debug for VRSettings
Source§impl<'de> Deserialize<'de> for VRSettings
impl<'de> Deserialize<'de> for VRSettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for VRSettings
impl RefUnwindSafe for VRSettings
impl Send for VRSettings
impl Sync for VRSettings
impl Unpin for VRSettings
impl UnwindSafe for VRSettings
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more