Skip to main content

CCArrayForObjectSorting

CCArrayForObjectSorting

Cocos2D

Inheritance: System.Object → System.Collections.Generic.List{System.Object}

Implements: System.Collections.Generic.IList{System.Object}, System.Collections.Generic.ICollection{System.Object}, System.Collections.IList, System.Collections.ICollection, System.Collections.Generic.IReadOnlyList{System.Object}, System.Collections.Generic.IReadOnlyCollection{System.Object}, System.Collections.Generic.IEnumerable{System.Object}, System.Collections.IEnumerable

Constructors

CCArrayForObjectSorting()

CCArrayForObjectSorting()()

Fields

CC_INVALID_INDEX(System.Int32)

Methods

IndexOfSortedObject(ICCSortableObject)

System.Int32 IndexOfSortedObject(ICCSortableObject)(Cocos2D.ICCSortableObject obj)
Parameters:
obj (Cocos2D.ICCSortableObject)
Returns:
System.Int32

InsertSortedObject(ICCSortableObject)

InsertSortedObject(ICCSortableObject)(Cocos2D.ICCSortableObject obj)
Parameters:
obj (Cocos2D.ICCSortableObject)

ObjectWithObjectID(int)

Cocos2D.ICCSortableObject ObjectWithObjectID(int)(System.Int32 tag)
Parameters:
tag (System.Int32)
Returns:
Cocos2D.ICCSortableObject

RemoveSortedObject(ICCSortableObject)

RemoveSortedObject(ICCSortableObject)(Cocos2D.ICCSortableObject obj)
Parameters:
obj (Cocos2D.ICCSortableObject)

SetObjectID_ofSortedObject(int, ICCSortableObject)

SetObjectID_ofSortedObject(int, ICCSortableObject)(System.Int32 tag, Cocos2D.ICCSortableObject obj)
Parameters:
tag (System.Int32)
obj (Cocos2D.ICCSortableObject)