struct DigitalInput
Represents a VR digital input action (e.g. X button)
public bool IsPressed { get; }
The current value of this input - true if pressed, false if not pressed.
public bool WasPressed { get; }
The previous value of this input - true if it was pressed, false if it was not pressed.
public bool Delta { get; }
How much has changed since the last update.
public bool Active { get; }
Whether or not this action is currently accessible (if false, then will always be false and will never change).
public static bool op_Implicit( DigitalInput o )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.