Property | Type | Description | |
---|---|---|---|
kBlankColor | Color | ||
m_FirstTouchedTime | float | ||
m_FocusedObject | GameObject | ||
m_LastFrame | Leap.Frame | ||
m_LastMovedTime | float | ||
m_LastPos | List |
||
m_Selected | bool | ||
m_Touching | List |
Method | Description | |
---|---|---|
CheckEndSelection ( Frame, thisFrame ) : bool | ||
CheckShouldMove ( Frame, thisFrame ) : bool | ||
CheckShouldRotate ( Frame, thisFrame ) : bool | ||
CheckShouldScale ( Frame, thisFrame ) : bool | ||
ClearFocus ( ) : void | ||
DoMovement ( Frame, thisFrame ) : void | ||
DoRotation ( Frame, thisFrame ) : void | ||
DoScaling ( Frame, thisFrame ) : void | ||
Get ( ) : LeapUnitySelectionController, | ||
OnRayHit ( |
||
OnStoppedTouching ( GameObject finger, Collider other ) : void | ||
OnTouched ( GameObject finger, Collider other ) : void | ||
SetFocus ( GameObject focus ) : void | ||
SetHighlightColor ( Color c ) : void |
Method | Description | |
---|---|---|
Start ( ) : void | ||
Update ( ) : void |
public CheckEndSelection ( Frame, thisFrame ) : bool | ||
thisFrame | Frame, | |
return | bool |
public CheckShouldMove ( Frame, thisFrame ) : bool | ||
thisFrame | Frame, | |
return | bool |
public CheckShouldRotate ( Frame, thisFrame ) : bool | ||
thisFrame | Frame, | |
return | bool |
public CheckShouldScale ( Frame, thisFrame ) : bool | ||
thisFrame | Frame, | |
return | bool |
public DoMovement ( Frame, thisFrame ) : void | ||
thisFrame | Frame, | |
return | void |
public DoRotation ( Frame, thisFrame ) : void | ||
thisFrame | Frame, | |
return | void |
public static Get ( ) : LeapUnitySelectionController, | ||
return | LeapUnitySelectionController, |
public OnRayHit ( |
||
info | ||
return | void |
public OnStoppedTouching ( GameObject finger, Collider other ) : void | ||
finger | GameObject | |
other | Collider | |
return | void |
public OnTouched ( GameObject finger, Collider other ) : void | ||
finger | GameObject | |
other | Collider | |
return | void |