Tilt Five™ Unity API  1.4.1
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 24 of file PlayerSettings.cs.

Member Function Documentation

◆ Validate()

void TiltFive.PlayerSettings.Validate ( )

Definition at line 51 of file PlayerSettings.cs.

52  {
55  }
WandSettings leftWandSettings
WandSettings rightWandSettings
ControllerIndex controllerIndex
Definition: Wand.cs:39
ControllerIndex
Since wands are all physically identical (they have no "handedness"), it doesn't make sense to addres...

References TiltFive.WandSettings.controllerIndex, TiltFive.PlayerSettings.leftWandSettings, and TiltFive.PlayerSettings.rightWandSettings.

Member Data Documentation

◆ gameboardSettings

◆ glassesSettings

GlassesSettings TiltFive.PlayerSettings.glassesSettings = new GlassesSettings()

◆ leftWandSettings

◆ PlayerIndex

PlayerIndex TiltFive.PlayerSettings.PlayerIndex

◆ rightWandSettings

◆ scaleSettings

Property Documentation

◆ MAX_SUPPORTED_PLAYERS

uint TiltFive.PlayerSettings.MAX_SUPPORTED_PLAYERS
staticget

Definition at line 44 of file PlayerSettings.cs.


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