Struct InteractionSourceReleasedEventArgs
Assembly: UnityEngine.dll
public struct InteractionSourceReleasedEventArgs
Constructors
|
Improve this Doc
View Source
Declaration
public InteractionSourceReleasedEventArgs(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