Property | Type | Description | |
---|---|---|---|
allowToggleTo2D | bool |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
GetHand ( int i ) : VRHand, |
Get the i-th active VRHand.
|
|
OnDrawGizmos ( ) : void | ||
OnEnable ( ) : void | ||
OnGUI ( ) : void | ||
Teleport ( Transform destination ) : void |
Method | Description | |
---|---|---|
ActivateRig ( GameObject rig ) : void |
public GetHand ( int i ) : VRHand, | ||
i | int | Zero-based index of the active VRHand to get |
return | VRHand, |
public Teleport ( Transform destination ) : void | ||
destination | Transform | |
return | void |