|
Unity SDK Docs 1.5.0-beta.6
|
The Tilt Five manager. More...
Public Member Functions | |
| bool | NeedsDriverUpdate () |
| Check if a driver update is needed. | |
| bool | TryGetPlayerSettings (PlayerIndex playerIndex, out PlayerSettings playerSettings) |
| Gets the player settings for the specified player. | |
| float | GetScaleToUWRLD_UGBD () |
| float | GetScaleToWorldSpaceFromGameboardSpace () |
| Pose | GetGameboardPose () |
| Camera | GetEyeCamera () |
| uint | GetSupportedPlayerCount () |
| bool | IsActiveAndEnabled () |
Public Attributes | |
| PlayerSettings[] | allPlayerSettings = new PlayerSettings[PlayerSettings.MAX_SUPPORTED_PLAYERS] |
| uint | supportedPlayerCount = 3 |
| SpectatorSettings | spectatorSettings = new SpectatorSettings() |
| The spectator camera's runtime configuration data. | |
| GraphicsSettings | graphicsSettings = new GraphicsSettings() |
| Project-wide graphics settings related to Tilt Five. | |
| LogSettings | logSettings = new LogSettings() |
| The log settings. | |
Protected Member Functions | |
| override void | Awake () |
| Awake this instance. | |
Properties | |
| PlayerSettings | playerOneSettings [get] |
| The first player's runtime configuration data. | |
| PlayerSettings | playerTwoSettings [get] |
| The second player's runtime configuration data. | |
| PlayerSettings | playerThreeSettings [get] |
| The third player's runtime configuration data. | |
| PlayerSettings | playerFourSettings [get] |
| The fourth player's runtime configuration data. | |
| Properties inherited from TiltFive.SingletonComponent< T > | |
| static T | Instance [get] |
The Tilt Five manager.
Definition at line 47 of file TiltFiveManager2.cs.
|
inlineprotectedvirtual |
Awake this instance.
Reimplemented from TiltFive.SingletonComponent< T >.
Definition at line 155 of file TiltFiveManager2.cs.
|
inline |
Implements TiltFive.ISceneInfo.
Definition at line 690 of file TiltFiveManager2.cs.
|
inline |
Implements TiltFive.ISceneInfo.
Definition at line 685 of file TiltFiveManager2.cs.
|
inline |
Implements TiltFive.ISceneInfo.
Definition at line 678 of file TiltFiveManager2.cs.
|
inline |
Implements TiltFive.ISceneInfo.
Definition at line 680 of file TiltFiveManager2.cs.
|
inline |
Implements TiltFive.ISceneInfo.
Definition at line 695 of file TiltFiveManager2.cs.
|
inline |
Implements TiltFive.ISceneInfo.
Definition at line 700 of file TiltFiveManager2.cs.
|
inline |
Check if a driver update is needed.
Note that this can also return false if this has not yet been able to connect to the Tilt Five driver service (compatibility state unknown), so this may need to be called multiple times in that case. This only returns true if we can confirm that the driver is incompatible.
If it is necessary to distinguish between unknown and compatible, use GetServiceCompatibility directly.
Definition at line 310 of file TiltFiveManager2.cs.
|
inline |
Gets the player settings for the specified player.
| playerIndex | |
| playerSettings |
Definition at line 359 of file TiltFiveManager2.cs.
| PlayerSettings [] TiltFive.TiltFiveManager2.allPlayerSettings = new PlayerSettings[PlayerSettings.MAX_SUPPORTED_PLAYERS] |
Definition at line 109 of file TiltFiveManager2.cs.
| GraphicsSettings TiltFive.TiltFiveManager2.graphicsSettings = new GraphicsSettings() |
Project-wide graphics settings related to Tilt Five.
Definition at line 121 of file TiltFiveManager2.cs.
| LogSettings TiltFive.TiltFiveManager2.logSettings = new LogSettings() |
The log settings.
Definition at line 126 of file TiltFiveManager2.cs.
| SpectatorSettings TiltFive.TiltFiveManager2.spectatorSettings = new SpectatorSettings() |
The spectator camera's runtime configuration data.
Definition at line 116 of file TiltFiveManager2.cs.
| uint TiltFive.TiltFiveManager2.supportedPlayerCount = 3 |
Definition at line 111 of file TiltFiveManager2.cs.
|
get |
The fourth player's runtime configuration data.
Definition at line 97 of file TiltFiveManager2.cs.
|
get |
The first player's runtime configuration data.
Definition at line 52 of file TiltFiveManager2.cs.
|
get |
The third player's runtime configuration data.
Definition at line 82 of file TiltFiveManager2.cs.
|
get |
The second player's runtime configuration data.
Definition at line 67 of file TiltFiveManager2.cs.