CocosSharp.CCNode Class
The base class for all elements displayed.

See Also: CCNode Members

Syntax

public class CCNode : ICCFocusable, ICCUpdatable, IComparer<CCNode>, IComparable<CCNode>

Remarks

Anything that gets drawn or contains things that get drawn is a CCNode. The most common CCNodes are: CocosSharp.CCScene, CocosSharp.CCLayer, CocosSharp.CCSprite and CocosSharp.CCMenu.

The main features of a CocosSharp.CCNode are:

Subclassing a CCNode involves initializing resources and scheduling any desired callbacks as well as overriding the draw method to render the node.

Requirements

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