CCMultipleLayer is a CCLayer with the ability to multiplex it’s children. Features:
- It supports one or more children
- Only one children will be active a time
#include <Geode/cocos/layers_scenes_transitions_nodes/CCLayer.h>
CCMultipleLayer is a CCLayer with the ability to multiplex it’s children. Features:
Since v2.1
creates a CCMultiplexLayer with an array of layers.
creates a CCLayerMultiplex with one or more layers using a variable argument list.
lua script can not init with undetermined number of variables so add these functions to be used with lua.
initializes a MultiplexLayer with one or more layers using a variable argument list.
Since v2.1
initializes a CCMultiplexLayer with an array of layers