API reference
API reference
Select your platform
No SDKs available
No versions available

InteractableStateChangeArgs Struct

Constructors

InteractableStateChangeArgs ( previousState , newState )
Signature
Oculus.Interaction.InteractableStateChangeArgs.InteractableStateChangeArgs(InteractableState previousState, InteractableState newState)
Parameters
previousState: InteractableState
newState: InteractableState

Properties

NewState : InteractableState
[Get]
Signature
InteractableState Oculus.Interaction.InteractableStateChangeArgs.NewState
PreviousState : InteractableState
[Get]
Signature
InteractableState Oculus.Interaction.InteractableStateChangeArgs.PreviousState