C# Class Gvr.Internal.GvrDevice

Inheritance: BaseAndroidDeviceBaseVRDevice
Afficher le fichier Open project: omgwtfgames/unity-cardboard-photosphere

Protected Properties

Свойство Type Description
debugDisableNativeProjections bool
debugDisableNativeUILayer bool

Méthodes publiques

Méthode Description
Init ( ) : void
OnApplicationQuit ( ) : void
OnPause ( bool pause ) : void
PostRender ( RenderTexture stereoScreen ) : void
Recenter ( ) : void
SetDefaultDeviceProfile ( System uri ) : bool
SetDistortionCorrectionEnabled ( bool enabled ) : void
SetElectronicDisplayStabilizationEnabled ( bool enabled ) : void
SetNeckModelScale ( float scale ) : void
UpdateScreenData ( ) : void
UpdateState ( ) : void

Méthodes protégées

Méthode Description
ProcessEvents ( ) : void

Private Methods

Méthode Description
EnableDistortionCorrection ( bool enable ) : void
EnableElectronicDisplayStabilization ( bool enable ) : void
ExtractMatrix ( Matrix4x4 &mat, float data, int i ) : int
GetEventFlags ( ) : int
GetHeadPose ( float pose ) : void
GetProfile ( float profile ) : void
GetViewParameters ( float viewParams ) : void
Pause ( ) : void
ResetHeadTracker ( ) : void
Resume ( ) : void
SetDefaultProfile ( byte uri, int size ) : bool
SetNeckModelFactor ( float factor ) : void
SetTextureId ( int id ) : void
SetUnityVersion ( byte version_str, int version_length ) : void
Start ( ) : void
Stop ( ) : void
UpdateProfile ( ) : void
UpdateView ( ) : void

Method Details

Init() public méthode

public Init ( ) : void
Résultat void

OnApplicationQuit() public méthode

public OnApplicationQuit ( ) : void
Résultat void

OnPause() public méthode

public OnPause ( bool pause ) : void
pause bool
Résultat void

PostRender() public méthode

public PostRender ( RenderTexture stereoScreen ) : void
stereoScreen UnityEngine.RenderTexture
Résultat void

ProcessEvents() protected méthode

protected ProcessEvents ( ) : void
Résultat void

Recenter() public méthode

public Recenter ( ) : void
Résultat void

SetDefaultDeviceProfile() public méthode

public SetDefaultDeviceProfile ( System uri ) : bool
uri System
Résultat bool

SetDistortionCorrectionEnabled() public méthode

public SetDistortionCorrectionEnabled ( bool enabled ) : void
enabled bool
Résultat void

SetElectronicDisplayStabilizationEnabled() public méthode

public SetElectronicDisplayStabilizationEnabled ( bool enabled ) : void
enabled bool
Résultat void

SetNeckModelScale() public méthode

public SetNeckModelScale ( float scale ) : void
scale float
Résultat void

UpdateScreenData() public méthode

public UpdateScreenData ( ) : void
Résultat void

UpdateState() public méthode

public UpdateState ( ) : void
Résultat void

Property Details

debugDisableNativeProjections protected_oe property

protected bool debugDisableNativeProjections
Résultat bool

debugDisableNativeUILayer protected_oe property

protected bool debugDisableNativeUILayer
Résultat bool