Tilt Five™ Unity API  1.3.0
 
Loading...
Searching...
No Matches
TiltFive.PlayerSettings Class Reference

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]
 

Detailed Description

Definition at line 9 of file PlayerSettings.cs.

Member Function Documentation

◆ Validate()

void TiltFive.PlayerSettings.Validate ( )

Definition at line 36 of file PlayerSettings.cs.

37 {
38 rightWandSettings.controllerIndex = ControllerIndex.Right;
39 leftWandSettings.controllerIndex = ControllerIndex.Left;
40 }
ControllerIndex
Since wands are all physically identical (they have no "handedness"), it doesn't make sense to addres...

Member Data Documentation

◆ gameboardSettings

◆ glassesSettings

GlassesSettings TiltFive.PlayerSettings.glassesSettings = new GlassesSettings()

Definition at line 13 of file PlayerSettings.cs.

Referenced by TiltFive.Player.PlayerCore.GetLatestPoseData().

◆ leftWandSettings

WandSettings TiltFive.PlayerSettings.leftWandSettings = new WandSettings()

Definition at line 19 of file PlayerSettings.cs.

Referenced by TiltFive.Player.PlayerCore.GetLatestPoseData().

◆ PlayerIndex

PlayerIndex TiltFive.PlayerSettings.PlayerIndex

Definition at line 27 of file PlayerSettings.cs.

Referenced by TiltFive.TiltFiveManager.Awake().

◆ rightWandSettings

WandSettings TiltFive.PlayerSettings.rightWandSettings = new WandSettings()

Definition at line 20 of file PlayerSettings.cs.

Referenced by TiltFive.Player.PlayerCore.GetLatestPoseData().

◆ scaleSettings

ScaleSettings TiltFive.PlayerSettings.scaleSettings = new ScaleSettings()

Property Documentation

◆ MAX_SUPPORTED_PLAYERS

uint TiltFive.PlayerSettings.MAX_SUPPORTED_PLAYERS
staticget

Definition at line 29 of file PlayerSettings.cs.


The documentation for this class was generated from the following file: