Public Member Functions | |
| void | Validate () |
Public Attributes | |
| GlassesSettings | glassesSettings = new GlassesSettings() |
| ScaleSettings | scaleSettings = new ScaleSettings() |
| GameBoardSettings | gameboardSettings = new GameBoardSettings() |
| WandSettings | leftWandSettings = new WandSettings() |
| WandSettings | rightWandSettings = new WandSettings() |
| PlayerIndex | PlayerIndex |
Properties | |
| static uint | MAX_SUPPORTED_PLAYERS [get] |
Definition at line 9 of file PlayerSettings.cs.
| void TiltFive.PlayerSettings.Validate | ( | ) |
Definition at line 36 of file PlayerSettings.cs.
| GameBoardSettings TiltFive.PlayerSettings.gameboardSettings = new GameBoardSettings() |
Definition at line 17 of file PlayerSettings.cs.
Referenced by TiltFive.TiltFiveManager2.GetGameboardPose(), TiltFive.Player.PlayerCore.GetLatestPoseData(), and TiltFive.TiltFiveManager2.GetScaleToUWRLD_UGBD().
| GlassesSettings TiltFive.PlayerSettings.glassesSettings = new GlassesSettings() |
Definition at line 13 of file PlayerSettings.cs.
Referenced by TiltFive.Player.PlayerCore.GetLatestPoseData().
| WandSettings TiltFive.PlayerSettings.leftWandSettings = new WandSettings() |
Definition at line 19 of file PlayerSettings.cs.
Referenced by TiltFive.Player.PlayerCore.GetLatestPoseData().
| PlayerIndex TiltFive.PlayerSettings.PlayerIndex |
Definition at line 27 of file PlayerSettings.cs.
Referenced by TiltFive.TiltFiveManager.Awake().
| WandSettings TiltFive.PlayerSettings.rightWandSettings = new WandSettings() |
Definition at line 20 of file PlayerSettings.cs.
Referenced by TiltFive.Player.PlayerCore.GetLatestPoseData().
| ScaleSettings TiltFive.PlayerSettings.scaleSettings = new ScaleSettings() |
Definition at line 15 of file PlayerSettings.cs.
Referenced by TiltFive.Player.PlayerCore.GetLatestPoseData(), and TiltFive.TiltFiveManager2.GetScaleToUWRLD_UGBD().
|
staticget |
Definition at line 29 of file PlayerSettings.cs.