#include <cal3dgameactor.h>

Public Member Functions | |
| Cal3DGameActorProxy () | |
| Constructs the proxy. | |
| virtual void | BuildPropertyMap () |
| Builds the property map for the task actor proxy. | |
| virtual void | BuildInvokables () |
| Registers any invokables used by the proxy. | |
| virtual const dtDAL::ActorProxy::RenderMode & | GetRenderMode () |
| Gets the method by which this static mesh is rendered. | |
| virtual dtDAL::ActorProxyIcon * | GetBillBoardIcon () |
| Gets the billboard used to represent static mesh if this proxy's render mode is RenderMode::DRAW_BILLBOARD_ICON. | |
Protected Member Functions | |
| virtual | ~Cal3DGameActorProxy () |
| Destroys the proxy. | |
| virtual void | CreateActor () |
| Called by the game manager during creation of the proxy. | |
| dtActors::Cal3DGameActorProxy::Cal3DGameActorProxy | ( | ) |
Constructs the proxy.
| dtActors::Cal3DGameActorProxy::~Cal3DGameActorProxy | ( | ) | [protected, virtual] |
Destroys the proxy.
| void dtActors::Cal3DGameActorProxy::BuildPropertyMap | ( | ) | [virtual] |
Builds the property map for the task actor proxy.
These properties wrap the specified properties located in the actor.
Reimplemented from dtGame::GameActorProxy.
| void dtActors::Cal3DGameActorProxy::BuildInvokables | ( | ) | [virtual] |
Registers any invokables used by the proxy.
The invokables allow the actor to hook into the game manager messages system.
Reimplemented from dtGame::GameActorProxy.
| const dtDAL::ActorProxy::RenderMode & dtActors::Cal3DGameActorProxy::GetRenderMode | ( | ) | [virtual] |
Gets the method by which this static mesh is rendered.
This is used by STAGE.
Reimplemented from dtDAL::ActorProxy.
| dtDAL::ActorProxyIcon * dtActors::Cal3DGameActorProxy::GetBillBoardIcon | ( | ) | [virtual] |
Gets the billboard used to represent static mesh if this proxy's render mode is RenderMode::DRAW_BILLBOARD_ICON.
Used by STAGE.
Reimplemented from dtDAL::ActorProxy.
| void dtActors::Cal3DGameActorProxy::CreateActor | ( | ) | [protected, virtual] |
Called by the game manager during creation of the proxy.
This method creates the real actor and returns it.
Implements dtGame::GameActorProxy.