Skip to main content

CCArray

CCArray

Cocos2D

Inheritance: System.Object

Constructors

CCArray(int)

CCArray(int)(System.Int32 capacity)
Parameters:
capacity (System.Int32)

Fields

arr(System.Int32[])
max(System.Int32)
num(System.Int32)

Methods

DoubleCapacity(CCArray)

DoubleCapacity(CCArray)(Cocos2D.CCArray arr)
Parameters:
arr (Cocos2D.CCArray)

InsertValueAtIndex(CCArray, int, int)

InsertValueAtIndex(CCArray, int, int)(Cocos2D.CCArray arr, System.Int32 value, System.Int32 index)
Parameters:
arr (Cocos2D.CCArray)
value (System.Int32)
index (System.Int32)

RemoveValueAtIndex(CCArray, int)

RemoveValueAtIndex(CCArray, int)(Cocos2D.CCArray arr, System.Int32 index)
Parameters:
arr (Cocos2D.CCArray)
index (System.Int32)