Struct CollisionEvents
A stream of collision events. This is a value type, which means it can be used in Burst jobs (unlike IEnumerable<CollisionEvent>).
Inherited Members
Namespace: Unity.Physics
Assembly: solution.dll
Syntax
public struct CollisionEvents
Methods
Name | Description |
---|---|
GetEnumerator() | Gets the enumerator. |