C# Class GazeInputModule, unity-cardboard-photosphere

Inheritance: BaseInputModule
Afficher le fichier Open project: omgwtfgames/unity-cardboard-photosphere Class Usage Examples

Méthodes publiques

Свойство Type Description
gazePointer IGvrGazePointer

Méthodes publiques

Méthode Description
DeactivateModule ( ) : void
IsPointerOverGameObject ( int pointerId ) : bool
Process ( ) : void
ShouldActivateModule ( ) : bool

Private Methods

Méthode Description
CastRayFromGaze ( ) : void
DisableGazePointer ( ) : void
GetCurrentGameObject ( ) : GameObject
GetIntersectionPosition ( ) : Vector3
HandleDrag ( ) : void
HandlePendingClick ( ) : void
HandleTrigger ( ) : void
NormalizedCartesianToSpherical ( Vector3 cartCoords ) : Vector2
UpdateCurrentObject ( ) : void
UpdateReticle ( GameObject previousGazedObject ) : void

Method Details

DeactivateModule() public méthode

public DeactivateModule ( ) : void
Résultat void

IsPointerOverGameObject() public méthode

public IsPointerOverGameObject ( int pointerId ) : bool
pointerId int
Résultat bool

Process() public méthode

public Process ( ) : void
Résultat void

ShouldActivateModule() public méthode

public ShouldActivateModule ( ) : bool
Résultat bool

Property Details

gazePointer public_oe static_oe property

public static IGvrGazePointer gazePointer
Résultat IGvrGazePointer