Documentation for the Unity C# Library
Loading...
Searching...
No Matches
TriggeredItemEvent.cs
Go to the documentation of this file.
1using System;
2
3namespace PixoVR.Event
4{
5 [Serializable]
6 public class TriggeredItemEvent
7 {
8 public ItemsEnum item;
9 public bool isCorrect;
10 public int variantState;
11 }
ItemsEnum
Represents a list of ID for interactable objects.
Definition ItemsEnum.cs:11