Documentation for the Unity C# Library
Loading...
Searching...
No Matches
FunctionStatus.cs
Go to the documentation of this file.
1using System;
2using System.Collections;
3using System.Collections.Generic;
4using UnityEngine;
5
6namespace PixoVR.Event
7{
8 [Serializable]
9 public class FunctionStatus
10 {
11 public bool IsDone;
Function
A list of functions ID that are used by the step manager to call specific methods.
Definition Function.cs:13