![]() |
Tilt Five Unity SDK 1.4.2
|
Provides access to player settings and functionality. More...
Classes | |
class | WaitUntilPlayerConnected |
Suspends coroutine execution until the provided player has connected. More... |
Static Public Member Functions | |
static bool | IsConnected (PlayerIndex playerIndex) |
Determines whether the specified player has an associated pair of glasses connected. | |
static bool | TryGetFriendlyName (PlayerIndex playerIndex, out string friendlyName) |
Attempts to get the friendly name assigned to the specified player's glasses. | |
static bool | TryGetSettings (PlayerIndex playerIndex, out PlayerSettings playerSettings) |
Obtains the PlayerSettings corresponding to the specified player. |
Additional Inherited Members | |
Protected Member Functions inherited from TiltFive.Singleton< T > | |
Singleton () | |
Properties inherited from TiltFive.Singleton< T > | |
static T | Instance [get] |
Provides access to player settings and functionality.
|
inlinestatic |
Determines whether the specified player has an associated pair of glasses connected.
playerIndex |
|
inlinestatic |
Attempts to get the friendly name assigned to the specified player's glasses.
playerIndex | |
friendlyName |
|
inlinestatic |
Obtains the PlayerSettings corresponding to the specified player.
playerIndex | |
playerSettings |