Click or drag to resize
FlexibleColliderOnCollisionEnterEvent Property
Gets the on collision enter event.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public FlexibleColliderCollisionEvent OnCollisionEnterEvent { get; }

Property Value

Type: FlexibleColliderCollisionEvent
The on collision enter event.
See Also