OLD_STEP_LIST_EDITOR
Documentation for the Unity C# Library
Loading...
Searching...
No Matches
StepItem.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections.Generic;
3
using
UnityEngine;
4
5
namespace
PixoVR.Event
6
{
7
[Serializable]
8
public
class
StepItem
9
{
10
public
string
stepID
;
11
[Space]
public
List<StepFunction>
functionsStep
;
12
public
bool
waitForUserAction
;
13
public
List<string>
nextSteps
;
14
public
string
voiceOverIDWrongAction
;
15
}
16
}
PixoVR.Event.StepItem
[Serializable]
Definition
StepItem.cs:12
PixoVR.Event.StepItem.stepID
string stepID
Definition
StepItem.cs:13
PixoVR.Event.StepItem.waitForUserAction
bool waitForUserAction
Definition
StepItem.cs:15
PixoVR.Event.StepItem.voiceOverIDWrongAction
string voiceOverIDWrongAction
Definition
StepItem.cs:17
PixoVR.Event.StepItem.nextSteps
List< string > nextSteps
Definition
StepItem.cs:16
PixoVR.Event.StepItem.functionsStep
List< StepFunction > functionsStep
Definition
StepItem.cs:14
PixoVR.Event
Definition
ItemIDAttribute.cs:5
com.pixovr.eventunitysdk
Runtime
Sdk
Scripts
StepItem.cs
Generated
Mon Jan 27 2025 17:46:13
by Doxygen version
1.10.0