AGL  0
3D graphics library
BaseEntity Class Reference

The base for all Entity and Light. More...

Inheritance diagram for BaseEntity:
Collaboration diagram for BaseEntity:

Public Member Functions

virtual ~BaseEntity ()
 

Public Attributes

Entityparent = nullptr
 Parent of the entity, whose child this is. All transformations of the parent is also applied to the child. More...
 

Detailed Description

The base for all Entity and Light.

Constructor & Destructor Documentation

◆ ~BaseEntity()

~BaseEntity ( )
virtualdefault

Member Data Documentation

◆ parent

Entity* parent = nullptr

Parent of the entity, whose child this is. All transformations of the parent is also applied to the child.


The documentation for this class was generated from the following files: