Class OnCollisionExit2D
Called when a collider on another object stops touching this object's collider.
Inheritance
OnCollisionExit2D
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public sealed class OnCollisionExit2D : CollisionEvent2DUnit, IGraphElementWithData, IGraphEventHandler<Collision2D>, 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.Collision2D>.hookName
MessageListenerType
Declaration
public override Type MessageListenerType { get; }
Property Value
Type | Description |
---|---|
Type |
Overrides
Unity.VisualScripting.GameObjectEventUnit<UnityEngine.Collision2D>.MessageListenerType