Property | Type | Description | |
---|---|---|---|
buildForCardboard | bool | ||
cameraFadeScreenPrefab | GameObject | ||
cardboardCameraPrefab | GameObject | ||
forestPrefab | GameObject | ||
isMainScene | bool | ||
lookdownMenuPrefab | GameObject | ||
lookdownNotifierPrefab | GameObject | ||
mainScenePrefab | GameObject | ||
mountainPrefab | GameObject | ||
oculusCameraPrefab | GameObject | ||
reticlePrefab | GameObject |
Method | Description | |
---|---|---|
DisableHeadTracking ( bool disable ) : void | ||
GetCameraObject ( ) : GameObject |
Retrieve the main camera object.
|
|
HandleNavigation ( string navigationID ) : void | ||
Initialize ( ) : void | ||
InstallLookdownMenu ( ) : void | ||
LoadLevel ( string levelName ) : void | ||
MenuItems ( string category ) : string>>.List |
||
MoveCamera ( Vector3 cameraPosition ) : void | ||
NextLevel ( ) : void | ||
RecenterHeadTracking ( ) : void | ||
ResetCameraPositon ( ) : void |
Resets the camera position.
|
|
ResetToHomeState ( ) : void | ||
ShowCrosshairIfHidden ( bool start ) : void | ||
ShowEnvironment ( EnvironmentEnum env ) : void | ||
ShowLookdownNotifier ( ) : void | ||
ShowReticleOnClick ( bool showOnClick ) : void | ||
Update ( ) : void | ||
UserClicked ( ) : bool |
public DisableHeadTracking ( bool disable ) : void | ||
disable | bool | |
return | void |
public HandleNavigation ( string navigationID ) : void | ||
navigationID | string | |
return | void |
public MenuItems ( string category ) : string>>.List |
||
category | string | |
return | string>>.List |
public MoveCamera ( Vector3 cameraPosition ) : void | ||
cameraPosition | Vector3 | |
return | void |
public ShowCrosshairIfHidden ( bool start ) : void | ||
start | bool | |
return | void |
public ShowEnvironment ( EnvironmentEnum env ) : void | ||
env | EnvironmentEnum | |
return | void |
public ShowReticleOnClick ( bool showOnClick ) : void | ||
showOnClick | bool | |
return | void |
public GameObject cameraFadeScreenPrefab | ||
return | GameObject |
public GameObject lookdownNotifierPrefab | ||
return | GameObject |