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

Interactive (true) method call and highlight on objects function. More...

Inheritance diagram for PixoVR.Event.ActivateAndHighlight:
[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)
 Activate grab posibility and highlight interactable objects.
 

Events

Action OnFunctionFinished
 

Detailed Description

Interactive (true) method call and highlight on objects function.

Definition at line 10 of file ActivateAndHighlight.cs.

Member Function Documentation

◆ FunctionFinished()

void PixoVR.Event.ActivateAndHighlight.FunctionFinished ( )
inline

Called to end current step and start a next one.

Implements PixoVR.Event.IStep.

Definition at line 43 of file ActivateAndHighlight.cs.

Here is the caller graph for this function:

◆ StartStep()

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

Activate grab posibility and highlight interactable objects.

Parameters
stepItem
function
interactables
onStepSkipped

Implements PixoVR.Event.IStep.

Definition at line 21 of file ActivateAndHighlight.cs.

Here is the call graph for this function:

Event Documentation

◆ OnFunctionFinished

Action PixoVR.Event.ActivateAndHighlight.OnFunctionFinished

Definition at line 12 of file ActivateAndHighlight.cs.


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