Method GetLeaves
GetLeaves<T>(ref T)
Gets the leaf colliders of this collider .
Declaration
public void GetLeaves<T>(ref T collector) where T : struct, ILeafColliderCollector
Parameters
Type | Name | Description |
---|---|---|
T | collector | [in,out] The collector. |
Type Parameters
Name | Description |
---|---|
T | Generic type parameter. |