Documentation for the Unity C# Library
Loading...
Searching...
No Matches
GuideModeState.cs
Go to the documentation of this file.
1namespace PixoVR.Event
2{
3 public class GuideModeState
4 {
5 public bool IsModeActive { get; set; } = true;
6
7 public bool IsSoundEnabled { get; set; } = true;
8 }
9}