Property | Type | Description | |
---|---|---|---|
_activeArea | |||
_block | CCMenuItemDelegate | ||
_isEnabled | bool | ||
_isSelected | bool | ||
_releaseBlockAtCleanup | bool |
Method | Description | |
---|---|---|
CCMenuItem ( ) : UnityEngine | ||
CCMenuItem ( CCMenuItemDelegate selector ) : UnityEngine | ||
activate ( ) : void | ||
cleanup ( ) : void | ||
selected ( ) : void | ||
setBlock ( CCMenuItemDelegate block ) : void | ||
unselected ( ) : void |
Method | Description | |
---|---|---|
init ( ) : void | ||
initWithBlock ( CCMenuItemDelegate block ) : void |
public CCMenuItem ( CCMenuItemDelegate selector ) : UnityEngine | ||
selector | CCMenuItemDelegate | |
return | UnityEngine |
protected initWithBlock ( CCMenuItemDelegate block ) : void | ||
block | CCMenuItemDelegate | |
return | void |
public setBlock ( CCMenuItemDelegate block ) : void | ||
block | CCMenuItemDelegate | |
return | void |