Public Member Functions

cyber::editor::commands::creation::CreatePointLightDesc Class Reference

#include <CreatePointLightDesc.h>

Inheritance diagram for cyber::editor::commands::creation::CreatePointLightDesc:
cyber::editor::commands::creation::CreateAttenuatedLightDesc cyber::editor::commands::creation::CreateLightDesc cyber::editor::commands::creation::CreateObjectDesc cyber::editor::commands::Command

List of all members.

Public Member Functions

 CreatePointLightDesc (unsigned cmd_number, const cl7::string_type &cmd_name, world::WorldDesc *world_desc, unsigned obj_id, unsigned long color, const bl7::geometry2::Sphere &sphere, const ml7::Vector2 &position, float range)
virtual ~CreatePointLightDesc (void)

Detailed Description

The command class for creating point light object descriptions.


Constructor & Destructor Documentation

cyber::editor::commands::creation::CreatePointLightDesc::CreatePointLightDesc ( unsigned  cmd_number,
const cl7::string_type cmd_name,
world::WorldDesc world_desc,
unsigned  obj_id,
unsigned long  color,
const bl7::geometry2::Sphere sphere,
const ml7::Vector2 position,
float  range 
)

Explicit constructor.

cyber::editor::commands::creation::CreatePointLightDesc::~CreatePointLightDesc ( void   )  [virtual]

Destructor.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines