Interface ICollider
Interface for colliders.
Inherited Members
Namespace: Unity.Physics
Assembly: solution.dll
Syntax
public interface ICollider : ICollidable
Properties
| Name | Description |
|---|---|
| CollisionType | Gets the collision type. |
| MassProperties | Gets the mass properties. |
| MemorySize | The total size of the collider in memory. |
| Type | Gets the collider type. |
Methods
| Name | Description |
|---|---|
| GetCollisionFilter() | Gets the collision filter. |
| SetCollisionFilter(CollisionFilter) | Sets the collision filter. |