Class ISimulationEventUtilities
Namespace: Unity.Physics
Syntax
public static class ISimulationEventUtilities
Methods
CompareEvents<T>(T, T)
Declaration
public static int CompareEvents<T>(T thisEvent, T otherEvent)
where T : struct, ISimulationEvent<T>
Parameters
Type | Name | Description |
---|---|---|
T | thisEvent | |
T | otherEvent |
Returns
Type | Description |
---|---|
Int32 |
Type Parameters
Name | Description |
---|---|
T |