Метод | Описание | |
---|---|---|
Awake ( ) : void | ||
Grip ( Joint target, string hand ) : void |
Grip a rigidbody with a hand
|
|
Release ( ) : void |
Release a hand
|
public Grip ( Joint target, string hand ) : void | ||
target | Joint | Target rigidbody |
hand | string | Which hand to grip with, "left" or "right" |
Результат | void |