CocosSharp.CCNode.AddChild Method
Adds a child to the container with z order and tag

Syntax

public void AddChild (CCNode child)

Parameters

child
A child node

Remarks

Adds a child to the container with z order and tag

If the child is added to a 'running' node, then 'onEnter' and 'onEnterTransitionDidFinish' will be called immediately.

Requirements

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