Свойство | Тип | Описание | |
---|---|---|---|
allowHandClicks | bool | ||
controlMouseCursor | bool | ||
controlMouseDrag | bool | ||
debugText | GUIText | ||
gripHandTexture | Texture | ||
normalHandTexture | Texture | ||
playerIndex | int | ||
releaseHandTexture | Texture | ||
smoothFactor | float | ||
useHandCursor | bool |
Метод | Описание | |
---|---|---|
GetCursorPosition ( ) : Vector3 | ||
GetLastLeftHandEvent ( ) : HandEventType | ||
GetLastRightHandEvent ( ) : HandEventType | ||
GetLeftHandClickProgress ( ) : float | ||
GetLeftHandEvent ( ) : HandEventType | ||
GetLeftHandScreenPos ( ) : Vector3 | ||
GetRightHandClickProgress ( ) : float | ||
GetRightHandEvent ( ) : HandEventType | ||
GetRightHandScreenPos ( ) : Vector3 | ||
GetUserID ( ) : long | ||
IsInteractionInited ( ) : bool | ||
IsLeftHandClickDetected ( ) : bool | ||
IsLeftHandPress ( ) : bool | ||
IsLeftHandPrimary ( ) : bool | ||
IsRightHandClickDetected ( ) : bool | ||
IsRightHandPress ( ) : bool | ||
IsRightHandPrimary ( ) : bool | ||
OnDestroy ( ) : void | ||
OnGUI ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
Метод | Описание | |
---|---|---|
HandStateToEvent ( KinectInterop, handState, HandEventType lastEventType ) : HandEventType |
public GetLastLeftHandEvent ( ) : HandEventType | ||
Результат | HandEventType |
public GetLastRightHandEvent ( ) : HandEventType | ||
Результат | HandEventType |
public GetLeftHandClickProgress ( ) : float | ||
Результат | float |
public GetLeftHandEvent ( ) : HandEventType | ||
Результат | HandEventType |
public GetRightHandClickProgress ( ) : float | ||
Результат | float |
public GetRightHandEvent ( ) : HandEventType | ||
Результат | HandEventType |
public GetRightHandScreenPos ( ) : Vector3 | ||
Результат | Vector3 |
public IsRightHandClickDetected ( ) : bool | ||
Результат | bool |