Interface ILeafColliderCollector
Interface for collecting leaf colliders.
Namespace: Unity.Physics
Assembly: solution.dll
Syntax
public interface ILeafColliderCollector
Methods
Name | Description |
---|---|
AddLeaf(ColliderKey, ref ChildCollider) | Adds a leaf to the collector. |
PopCompositeCollider(uint, MTransform) | Pops the composite collider from the collector. |
PushCompositeCollider(ColliderKeyPath, MTransform, out MTransform) | Pushes a composite collider to the collector. |