Documentation/Entity Types

From NeoAxis Engine Wiki

Jump to: navigation, search
Go to higher level

Contents

Overview

Here you can find the common entity types. These are found in the SDK and are used by most of the projects.

In addition to the entity types listed here, there are other types (eg Zombie.type, Tank.type) in the SDK, which are created for each specific game object and cannot be considered basic types of the game engine.

These entity types are typically used without editing.

Types

Base Entity Types

These entity types are considered as engine base. They are stored in thé \Data\Types\Base folder.

Game Demo Entity Types

The following entity types are frequently used but not considered as part of the engine base. These entity types are stored in the \Data\Types\Special folder.