Метод | Описание | |
---|---|---|
CCMenu ( ) : UnityEngine | ||
CCMenu ( List |
||
addChild ( |
||
alignItemsHorizontally ( ) : void | ||
alignItemsHorizontallyWithPadding ( float padding ) : void | ||
alignItemsInColumns ( ) : void | ||
alignItemsInColumnsWithArray ( int rows ) : void | ||
alignItemsInRows ( ) : void | ||
alignItemsVertically ( ) : void | ||
alignItemsVerticallyWithPadding ( float padding ) : void | ||
ccTouchBegan ( UITouch touch ) : bool | ||
ccTouchCancelled ( UITouch touch ) : void | ||
ccTouchEnded ( UITouch touch ) : void | ||
ccTouchMoved ( UITouch touch ) : void | ||
onExit ( ) : void | ||
setHandlerPriority ( int newPriority ) : void |
Метод | Описание | |
---|---|---|
init ( ) : void | ||
initWithArray ( List |
Метод | Описание | |
---|---|---|
alignItemsInRowsWithArray ( int columns ) : void | ||
itemForTouch ( UITouch touch ) : |
public CCMenu ( List |
||
arrayOfItems | List |
|
Результат | UnityEngine |
public addChild ( |
||
child | ||
z | int | |
tag | string | |
Результат | void |
public alignItemsHorizontallyWithPadding ( float padding ) : void | ||
padding | float | |
Результат | void |
public alignItemsInColumnsWithArray ( int rows ) : void | ||
rows | int | |
Результат | void |
public alignItemsVerticallyWithPadding ( float padding ) : void | ||
padding | float | |
Результат | void |
public ccTouchBegan ( UITouch touch ) : bool | ||
touch | UITouch | |
Результат | bool |
public ccTouchCancelled ( UITouch touch ) : void | ||
touch | UITouch | |
Результат | void |
public ccTouchEnded ( UITouch touch ) : void | ||
touch | UITouch | |
Результат | void |
public ccTouchMoved ( UITouch touch ) : void | ||
touch | UITouch | |
Результат | void |
protected initWithArray ( List |
||
arrayOfItems | List |
|
Результат | void |
public setHandlerPriority ( int newPriority ) : void | ||
newPriority | int | |
Результат | void |