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

HandGrabPoseLiveRecorder Class

Extends MonoBehaviour, IActiveState

Properties

HandGhostProvider GhostProvider[Get]
int CurrentStepIndex[Get]
Evaluates the current state of the component and returns whether it is active.
The logic for determining the active state is defined by the implementing class. This method is typically used in interaction scripts to check whether a certain condition is met before triggering an event or action. For example implementations, please refer to HandActiveState.Active and ActiveStateGroup.Active.
Returns
Returns true if the component is currently active; otherwise, returns false.

Fields

UnityEvent WhenTimeStep[Get]
UnityEvent WhenSnapshot[Get]
UnityEvent WhenError[Get]
UnityEvent< bool > WhenCanUndo[Get]
UnityEvent< bool > WhenCanRedo[Get]
UnityEvent WhenGrabAllowed[Get]
UnityEvent WhenGrabDisallowed[Get]

Member Functions

void Record ( )
void Undo ( )
void Redo ( )
void EnableGrabbing
( bool enable )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon