CocosSharp.CCNode.ReorderChild Method
Reorders a child according to a new z value.

Syntax

public virtual void ReorderChild (CCNode child, int zOrder)

Parameters

child
An already added child node. It MUST be already added.
zOrder
Z order for drawing priority. Please refer to setZOrder(int)

Remarks

Reorders a child according to a new z value.

Requirements

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