Method AddLeaf
AddLeaf(ColliderKey, ref ChildCollider)
Adds a leaf to the collector.
Declaration
void AddLeaf(ColliderKey key, ref ChildCollider leaf)
Parameters
Type | Name | Description |
---|---|---|
ColliderKey | key | The collider key specifying the leaf. |
ChildCollider | leaf | [in,out] The leaf collider. |