pub(crate) type FakeXRButtonStateInit = FakeXRButtonStateInit;Aliased Type§
pub(crate) struct FakeXRButtonStateInit {
pub buttonType: FakeXRButtonType,
pub pressed: bool,
pub pressedValue: Finite<f32>,
pub touched: bool,
pub xValue: Finite<f32>,
pub yValue: Finite<f32>,
}Fields§
§pressed: bool§pressedValue: Finite<f32>§touched: bool§xValue: Finite<f32>§yValue: Finite<f32>