CocosSharp.CCNode.OnExit Method
Event callback that is invoked every time the leaves the 'stage'. If the leaves the 'stage' with a transition, this event is called when the transition finishes. During onExit you can't access a sibling node. If you override onExit, you shall call its parent's one, e.g., Node::onExit().

Syntax

public virtual void OnExit ()

Remarks

Requirements

Namespace: CocosSharp
Assembly: CocosSharp (in CocosSharp.dll)