CocosSharp.CCNode.OnEnter Method
Event callback that is invoked every time when enters the 'stage'. If the enters the 'stage' with a transition, this event is called when the transition starts. During onEnter you can't access a "sister/brother" node. If you override onEnter, you shall call its parent's one, e.g., Node::onEnter().

Syntax

public virtual void OnEnter ()

Remarks

Requirements

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