Struct InteractionSourcePressedEventArgs
Assembly: UnityEngine.dll
public struct InteractionSourcePressedEventArgs
Constructors
|
Improve this Doc
View Source
Declaration
public InteractionSourcePressedEventArgs(InteractionSourceState state, InteractionSourcePressType pressType)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public InteractionSourcePressType pressType { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public InteractionSourceState state { get; }
Property Value
Extension Methods