Class OnCollisionExit
Called when this collider / rigidbody has stopped touching another rigidbody / collider.
Inheritance
OnCollisionExit
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public sealed class OnCollisionExit : CollisionEventUnit, IGraphElementWithData, IGraphEventHandler<Collision>, IGameObjectEventUnit, IEventUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IGraphEventListener
Properties
hookName
Declaration
protected override string hookName { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Unity.VisualScripting.GameObjectEventUnit<UnityEngine.Collision>.hookName
MessageListenerType
Declaration
public override Type MessageListenerType { get; }
Property Value
Type | Description |
---|---|
Type |
Overrides
Unity.VisualScripting.GameObjectEventUnit<UnityEngine.Collision>.MessageListenerType