cs sdk v 1.14 released

Home  |  Product  |  Documents  |  Tutorials  |  FAQ |   Download  |   Forum |   Contacts  |   Link  


  Cross Suit

 Cross Suit SDK

 Documents
      classes
 Starting...
           Tutorials

 LUA tutorials

   Support

  Forum
  q&a

 Product parts

 Virtual File system

 Virtual Render
 Virtual Machine
   

  Demo Games

   

 3D Engine

  gvSystem(dx9)

 Link

 

 

EntityManager Class Reference

EntityManager. More...

#include <lua_EntityManager.h>

Inheritance diagram for EntityManager:

Inheritance graph
[legend]
Collaboration diagram for EntityManager:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 EntityManager ()
 ~EntityManager ()
void AddEntity (gv_OBJECT_RECT_Entity *pEntity)
void RemoveEntity (gv_OBJECT_RECT_Entity *pRemoveEntity)
void SwapEntity (gv_OBJECT_RECT_Entity *pA, gv_OBJECT_RECT_Entity *pB)
void UpdateAll (void)
void RenderAll (void)

Public Attributes

gvList< gv_OBJECT_RECT_Entity * > m_Entities

Detailed Description

EntityManager.

Definition at line 15 of file lua_EntityManager.h.


Constructor & Destructor Documentation

EntityManager::EntityManager (  ) 

EntityManager::~EntityManager (  ) 


Member Function Documentation

void EntityManager::AddEntity ( gv_OBJECT_RECT_Entity pEntity  ) 

void EntityManager::RemoveEntity ( gv_OBJECT_RECT_Entity pRemoveEntity  ) 

void EntityManager::SwapEntity ( gv_OBJECT_RECT_Entity pA,
gv_OBJECT_RECT_Entity pB 
)

void EntityManager::UpdateAll ( void   ) 

void EntityManager::RenderAll ( void   ) 


Member Data Documentation


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

Copyright(C) gvSystem & GamePlus All Rights Reserved.