class Sp_GEntityBase

This class represents the drawable part of object

Public Fields

[more]Sp_Box bounding_box
Bounding Box
[more]char IsBounding
Is bounding box working ?
[more]Sp_EntityBase* entity
the Entity master

Public Methods

[more] Sp_GEntityBase(Sp_EntityBase *)
constructor
[more]void DrawGEntity()
This function is used by Sp_Entity and call Draw

Protected Methods

[more]virtual void Draw()
virtual function: draw it. Don't call it. Overload it only!


Documentation

This class represents the drawable part of object
o Sp_GEntityBase(Sp_EntityBase *)
constructor

ovoid DrawGEntity()
This function is used by Sp_Entity and call Draw

oSp_Box bounding_box
Bounding Box

ochar IsBounding
Is bounding box working ?

oSp_EntityBase* entity
the Entity master

ovirtual void Draw()
virtual function: draw it. Don't call it. Overload it only!


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.