![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include "CzSprite.h"#include "CzSpriteManager.h"#include "CzAnim.h"#include "CzImage.h"#include "CzUtil.h"#include "CzString.h"#include "CzXoml.h"#include "CzResources.h"#include "CzBox2d.h"#include "CzActions.h"#include "CzEvents.h"#include "CzModifier.h"#include "CzProgram.h"#include "CzXomlBindings.h"#include "CzUserProperty.h"#include "CzTimer.h"Go to the source code of this file.
Classes | |
| class | CzScene |
| A scene contains, handles and tracks a group of actors. More... | |
| class | CzSceneCreator |
| Creates an instance of a scene ovject. More... | |
Defines | |
| #define | CZ_NEW_SCENE(scene, name) |
| Helper macros that simplifies creating a scene in code. | |
| #define | CZ_NEW_SCENE_CUSTOM(scene, name, width, height, fit) |
| Helper macros that simplifies creating a custom scene in code. | |
| #define | CZ_NEW_SCENE_WITH_CAM(scene, name) |
| Helper macros that simplifies creating a scene in code. | |