Tilt Five Unity API  1.3.0
Public Member Functions | Public Attributes | Properties | List of all members
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  {
40  }
WandSettings leftWandSettings
WandSettings rightWandSettings
ControllerIndex controllerIndex
Definition: Wand.cs:38
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

GameBoardSettings TiltFive.PlayerSettings.gameboardSettings = new GameBoardSettings()

◆ glassesSettings

GlassesSettings TiltFive.PlayerSettings.glassesSettings = new GlassesSettings()

◆ leftWandSettings

WandSettings TiltFive.PlayerSettings.leftWandSettings = new WandSettings()

◆ PlayerIndex

PlayerIndex TiltFive.PlayerSettings.PlayerIndex

◆ rightWandSettings

WandSettings TiltFive.PlayerSettings.rightWandSettings = new WandSettings()

◆ 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: