Tilt Five Unity API
1.3.0
|
Provides access to player settings and functionality. More...
Classes | |
class | PlayerCore |
Static Public Member Functions | |
static bool | IsConnected (PlayerIndex playerIndex) |
Determines whether the specified player has an associated pair of glasses connected. More... | |
static bool | TryGetFriendlyName (PlayerIndex playerIndex, out string friendlyName) |
Attempts to get the friendly name assigned to the specified player's glasses. More... | |
Private Attributes | |
Dictionary< PlayerIndex, PlayerCore > | players = new Dictionary<PlayerIndex, PlayerCore>() |
Additional Inherited Members | |
![]() | |
Singleton () | |
![]() | |
static T | Instance [get] |
|
static |
Determines whether the specified player has an associated pair of glasses connected.
playerIndex |
Definition at line 32 of file Player.cs.
References TiltFive.Singleton< Player >.Instance.
Referenced by TiltFive.SplitStereoCamera.OnRenderImage(), and TiltFive.Glasses.GlassesCore.Update().
|
static |
Attempts to get the friendly name assigned to the specified player's glasses.
playerIndex | |
friendlyName |
Definition at line 44 of file Player.cs.
References TiltFive.Singleton< Player >.Instance.
|
private |