|
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. | |
| float | GetScaleToUWRLD_UGBD () |
| float | GetScaleToWorldSpaceFromGameboardSpace () |
| Pose | GetGameboardPose () |
| Camera | GetEyeCamera () |
| uint | GetSupportedPlayerCount () |
| bool | IsActiveAndEnabled () |
Public Attributes | |
| ScaleSettings | scaleSettings |
| The scale conversion runtime configuration data. | |
| GameBoardSettings | gameBoardSettings |
| The game board runtime configuration data. | |
| GlassesSettings | glassesSettings |
| The glasses runtime configuration data. | |
| WandSettings | primaryWandSettings |
| WandSettings | secondaryWandSettings |
| 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 | |
| WandSettings | leftWandSettings [get, set] |
| The wand runtime configuration data for the left hand wand. | |
| WandSettings | rightWandSettings [get, set] |
| The wand runtime configuration data for the right hand wand. | |
| Properties inherited from TiltFive.SingletonComponent< T > | |
| static T | Instance [get] |
The Tilt Five manager.
Definition at line 46 of file TiltFiveManager.cs.
|
inlineprotectedvirtual |
Awake this instance.
Reimplemented from TiltFive.SingletonComponent< T >.
Definition at line 122 of file TiltFiveManager.cs.
|
inline |
Implements TiltFive.ISceneInfo.
Definition at line 515 of file TiltFiveManager.cs.
|
inline |
Implements TiltFive.ISceneInfo.
Definition at line 510 of file TiltFiveManager.cs.
|
inline |
Implements TiltFive.ISceneInfo.
Definition at line 503 of file TiltFiveManager.cs.
|
inline |
Implements TiltFive.ISceneInfo.
Definition at line 505 of file TiltFiveManager.cs.
|
inline |
Implements TiltFive.ISceneInfo.
Definition at line 520 of file TiltFiveManager.cs.
|
inline |
Implements TiltFive.ISceneInfo.
Definition at line 525 of file TiltFiveManager.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 267 of file TiltFiveManager.cs.
| GameBoardSettings TiltFive.TiltFiveManager.gameBoardSettings |
The game board runtime configuration data.
Definition at line 56 of file TiltFiveManager.cs.
| GlassesSettings TiltFive.TiltFiveManager.glassesSettings |
The glasses runtime configuration data.
Definition at line 61 of file TiltFiveManager.cs.
| GraphicsSettings TiltFive.TiltFiveManager.graphicsSettings = new GraphicsSettings() |
Project-wide graphics settings related to Tilt Five.
Definition at line 99 of file TiltFiveManager.cs.
| LogSettings TiltFive.TiltFiveManager.logSettings = new LogSettings() |
The log settings.
Definition at line 104 of file TiltFiveManager.cs.
| WandSettings TiltFive.TiltFiveManager.primaryWandSettings |
Definition at line 67 of file TiltFiveManager.cs.
| ScaleSettings TiltFive.TiltFiveManager.scaleSettings |
The scale conversion runtime configuration data.
Definition at line 51 of file TiltFiveManager.cs.
| WandSettings TiltFive.TiltFiveManager.secondaryWandSettings |
Definition at line 69 of file TiltFiveManager.cs.
| SpectatorSettings TiltFive.TiltFiveManager.spectatorSettings = new SpectatorSettings() |
The spectator camera's runtime configuration data.
Definition at line 94 of file TiltFiveManager.cs.
|
getset |
The wand runtime configuration data for the left hand wand.
Definition at line 74 of file TiltFiveManager.cs.
|
getset |
The wand runtime configuration data for the right hand wand.
Definition at line 84 of file TiltFiveManager.cs.