Свойство | Type | Description | |
---|---|---|---|
DefaultDeviceProfile | Uri | ||
autoUntiltHead | bool |
Méthode | Description | |
---|---|---|
AddPrePostRenderStages ( ) : void | ||
AddStereoControllerToCameras ( ) : void | ||
Awake ( ) : void | ||
Create ( ) : void | ||
EyePose ( Eye, eye ) : Pose3D, | ||
OnApplicationFocus ( bool focus ) : void | ||
OnApplicationPause ( bool pause ) : void | ||
OnApplicationQuit ( ) : void | ||
OnDestroy ( ) : void | ||
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
OnLevelWasLoaded ( int level ) : void | ||
PostRender ( RenderTexture stereoScreen ) : void | ||
Projection ( Eye, eye, Distortion, distortion = Distortion.Distorted ) : Matrix4x4 | ||
Recenter ( ) : void | ||
ShowSettingsDialog ( ) : void | ||
Start ( ) : void | ||
UpdateState ( ) : void | ||
Viewport ( Eye, eye, Distortion, distortion = Distortion.Distorted ) : Rect |
Méthode | Description | |
---|---|---|
DispatchEvents ( ) : void | ||
InitDevice ( ) : void |
public static AddStereoControllerToCameras ( ) : void | ||
Résultat | void |
public OnApplicationFocus ( bool focus ) : void | ||
focus | bool | |
Résultat | void |
public OnApplicationPause ( bool pause ) : void | ||
pause | bool | |
Résultat | void |
public OnLevelWasLoaded ( int level ) : void | ||
level | int | |
Résultat | void |
public PostRender ( RenderTexture stereoScreen ) : void | ||
stereoScreen | RenderTexture | |
Résultat | void |
public Projection ( Eye, eye, Distortion, distortion = Distortion.Distorted ) : Matrix4x4 | ||
eye | Eye, | |
distortion | Distortion, | |
Résultat | Matrix4x4 |
public Viewport ( Eye, eye, Distortion, distortion = Distortion.Distorted ) : Rect | ||
eye | Eye, | |
distortion | Distortion, | |
Résultat | Rect |