Menu
Lumberyard
C++ API Reference (Version 1.10)

Entity.h File Reference

Open 3D Engine (O3DE), the successor to Lumberyard, is now available in Developer Preview. Download O3DE or visit the AWS Game Tech blog to learn more.

Header file for the Entity class. More...

Classes

class AZ::Entity
An addressable container for a group of components. More...

Namespaces

AZ

Detailed Description

Header file for the Entity class.

In Lumberyard's component entity system, an entity is an addressable container for a group of components. The entity represents the functionality and properties of an object within your game.