Interface ISimulationEvent<T>
An event raised when a pair of bodies interact during solving.
Inherited Members
Namespace: Unity.Physics
Assembly: solution.dll
Syntax
public interface ISimulationEvent<T> : IComparable<T>
Type Parameters
| Name | Description |
|---|---|
| T | Generic type parameter. |
Properties
| Name | Description |
|---|---|
| BodyIndexA | Gets the body index a. |
| BodyIndexB | Gets the body index b. |
| ColliderKeyA | Gets the collider key a. |
| ColliderKeyB | Gets the collider key b. |
| EntityA | Gets the entity a. |
| EntityB | Gets the entity b. |