Method AddMember
AddMember(Transform, float, float)
Add a member to the group
Declaration
public void AddMember(Transform t, float weight, float radius)
Parameters
Type | Name | Description |
---|---|---|
Transform | t | The member to add |
float | weight | The new member's weight |
float | radius | The new member's radius |