Свойство | Type | Description | |
---|---|---|---|
angularDrag | float | ||
colliderRadius | float | ||
drag | float | ||
interval | float | ||
mass | float | ||
nodeNum | int | ||
nodePrefab | GameObject |
Méthode | Description | |
---|---|---|
AddJoint ( GameObject node, GameObject boundTo ) : void | ||
AddRigidbody ( GameObject node, bool isFixed ) : void | ||
Awake ( ) : void | ||
BuildChain ( GameObject root ) : void |
public AddJoint ( GameObject node, GameObject boundTo ) : void | ||
node | GameObject | |
boundTo | GameObject | |
Résultat | void |
public AddRigidbody ( GameObject node, bool isFixed ) : void | ||
node | GameObject | |
isFixed | bool | |
Résultat | void |
public BuildChain ( GameObject root ) : void | ||
root | GameObject | |
Résultat | void |