Property | Type | Description | |
---|---|---|---|
cap | float | ||
rotation | float | ||
side | SIDE | ||
threshold | float |
Method | Description | |
---|---|---|
OnInteractionEnd ( Vector3, position ) : void | ||
OnInteractionHold ( Vector3, position ) : void | ||
OnInteractionStart ( Vector3, position ) : void | ||
Reset ( ) : void | ||
SetPosition ( Vector2, pos ) : void | ||
SetRotation ( Vector3, angles ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void |
public OnInteractionEnd ( Vector3, position ) : void | ||
position | Vector3, | |
return | void |
public OnInteractionHold ( Vector3, position ) : void | ||
position | Vector3, | |
return | void |
public OnInteractionStart ( Vector3, position ) : void | ||
position | Vector3, | |
return | void |
public SetRotation ( Vector3, angles ) : void | ||
angles | Vector3, | |
return | void |