Class InteractionManager
Inheritance
InteractionManager
Assembly: UnityEngine.dll
public class InteractionManager
Properties
Declaration
public static int numSourceStates { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public static InteractionSourceState[] GetCurrentReading()
Returns
|
Improve this Doc
View Source
Declaration
public static int GetCurrentReading(InteractionSourceState[] sourceStates)
Parameters
Returns
Events
|
Improve this Doc
View Source
Declaration
public static event Action<InteractionSourceDetectedEventArgs> InteractionSourceDetected
Event Type
|
Improve this Doc
View Source
Declaration
[Obsolete("InteractionSourceDetectedLegacy is deprecated, and will be removed in a future release. Use InteractionSourceDetected instead.", false)]
public static event InteractionManager.SourceEventHandler InteractionSourceDetectedLegacy
Event Type
|
Improve this Doc
View Source
Declaration
public static event Action<InteractionSourceLostEventArgs> InteractionSourceLost
Event Type
|
Improve this Doc
View Source
Declaration
[Obsolete("InteractionSourceLostLegacy is deprecated, and will be removed in a future release. Use InteractionSourceLost instead.", false)]
public static event InteractionManager.SourceEventHandler InteractionSourceLostLegacy
Event Type
|
Improve this Doc
View Source
Declaration
public static event Action<InteractionSourcePressedEventArgs> InteractionSourcePressed
Event Type
|
Improve this Doc
View Source
Declaration
[Obsolete("InteractionSourcePressedLegacy has been deprecated, and will be removed in a future release. Use InteractionSourcePressed instead.", false)]
public static event InteractionManager.SourceEventHandler InteractionSourcePressedLegacy
Event Type
|
Improve this Doc
View Source
Declaration
public static event Action<InteractionSourceReleasedEventArgs> InteractionSourceReleased
Event Type
|
Improve this Doc
View Source
Declaration
[Obsolete("InteractionSourceReleasedLegacy has been deprecated, and will be removed in a future release. Use InteractionSourceReleased instead.", false)]
public static event InteractionManager.SourceEventHandler InteractionSourceReleasedLegacy
Event Type
|
Improve this Doc
View Source
Declaration
public static event Action<InteractionSourceUpdatedEventArgs> InteractionSourceUpdated
Event Type
|
Improve this Doc
View Source
Declaration
[Obsolete("InteractionSourceUpdatedLegacy has been deprecated, and will be removed in a future release. Use InteractionSourceUpdated instead.", false)]
public static event InteractionManager.SourceEventHandler InteractionSourceUpdatedLegacy
Event Type
Extension Methods