Documentation for the Unity C# Library
Loading...
Searching...
No Matches
PixoVR.Event.ActivateObject Class Reference

Interactive (true) method call on interactable objects function Often this is used to enable the ability to grob an object or turn it on with a pointer. More...

Inheritance diagram for PixoVR.Event.ActivateObject:
[legend]

Public Member Functions

void FunctionFinished ()
 Called to end current step and start a next one.
 
void StartStep (StepItem stepItem, StepFunction function, List< InteractableClass > interactables, Action onStepSkipped=null)
 

Events

Action OnFunctionFinished
 

Detailed Description

Interactive (true) method call on interactable objects function Often this is used to enable the ability to grob an object or turn it on with a pointer.

Definition at line 11 of file ActivateObject.cs.

Member Function Documentation

◆ FunctionFinished()

void PixoVR.Event.ActivateObject.FunctionFinished ( )
inline

Called to end current step and start a next one.

Implements PixoVR.Event.IStep.

Definition at line 26 of file ActivateObject.cs.

Here is the caller graph for this function:

◆ StartStep()

void PixoVR.Event.ActivateObject.StartStep ( StepItem stepItem,
StepFunction function,
List< InteractableClass > interactables,
Action onStepSkipped = null )
inline

Implements PixoVR.Event.IStep.

Definition at line 15 of file ActivateObject.cs.

Here is the call graph for this function:

Event Documentation

◆ OnFunctionFinished

Action PixoVR.Event.ActivateObject.OnFunctionFinished

Definition at line 13 of file ActivateObject.cs.


The documentation for this class was generated from the following file: