Struct ImpulseEvent
An impulse event.
Inherited Members
Namespace: Unity.Physics
Assembly: solution.dll
Syntax
public struct ImpulseEvent
Properties
| Name | Description |
|---|---|
| BodyIndexA | Gets the body index a. |
| BodyIndexB | Gets the body index b. |
| Impulse | Gets the impulse. |
| JointEntity | Gets the joint entity. |
| Type | Gets the ConstraintType. |