Méthode | Description | |
---|---|---|
GetCursorPosition ( ) : Vector3 |
Gets the current cursor normalized viewport position.
|
|
GetLastLeftHandEvent ( ) : HandEventType |
Gets the last detected left hand event (grip or release).
|
|
GetLastRightHandEvent ( ) : HandEventType |
Gets the last detected right hand event (grip or release).
|
|
GetLeftHandClickProgress ( ) : float |
Gets the left hand click progress, in range [0, 1].
|
|
GetLeftHandEvent ( ) : HandEventType |
Gets the current left hand event (none, grip or release).
|
|
GetLeftHandScreenPos ( ) : Vector3 |
Gets the current normalized viewport position of the left hand, in range [0, 1].
|
|
GetRightHandClickProgress ( ) : float |
Gets the right hand click progress, in range [0, 1].
|
|
GetRightHandEvent ( ) : HandEventType |
Gets the current right hand event (none, grip or release).
|
|
GetRightHandScreenPos ( ) : Vector3 |
Gets the current normalized viewport position of the right hand, in range [0, 1].
|
|
GetUserID ( ) : long |
Gets the current user ID, or 0 if no user is currently tracked.
|
|
IsInteractionInited ( ) : bool |
Determines whether the InteractionManager was successfully initialized.
|
|
IsLeftHandClickDetected ( ) : bool |
Determines whether a left hand click is detected, false otherwise.
|
|
IsLeftHandPress ( ) : bool |
Determines whether the left hand is pressing.
|
|
IsLeftHandPrimary ( ) : bool |
Determines whether the left hand is primary for the user.
|
|
IsRightHandClickDetected ( ) : bool |
Determines whether a right hand click is detected, false otherwise.
|
|
IsRightHandPress ( ) : bool |
Determines whether the right hand is pressing.
|
|
IsRightHandPrimary ( ) : bool |
Determines whether the right hand is primary for the user.
|
|
OnDestroy ( ) : void | ||
OnGUI ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
Méthode | Description | |
---|---|---|
HandStateToEvent ( |
public GetLastLeftHandEvent ( ) : HandEventType | ||
Résultat | HandEventType |
public GetLastRightHandEvent ( ) : HandEventType | ||
Résultat | HandEventType |
public GetLeftHandClickProgress ( ) : float | ||
Résultat | float |
public GetLeftHandEvent ( ) : HandEventType | ||
Résultat | HandEventType |
public GetRightHandClickProgress ( ) : float | ||
Résultat | float |
public GetRightHandEvent ( ) : HandEventType | ||
Résultat | HandEventType |