3#ifndef TRAM_SDK_ENTITIES_LIGHT_H
4#define TRAM_SDK_ENTITIES_LIGHT_H
Wrapper for an EntityComponent pointer.
Definition: entitycomponent.h:51
Entity base class.
Definition: entity.h:23
LightComponent wrapper.
Definition: light.h:14
float exponent
Definition: light.h:31
void Unload()
Unloads an entity.
Definition: light.cpp:76
void Serialize()
Definition: light.cpp:84
void SetParameters()
Called when either Entity::SetLocation or Entity::SetRotation is called.
Definition: light.cpp:56
float distance
Definition: light.h:29
static void Register()
Definition: light.cpp:26
name_t GetType()
Returns the type of the entity.
Definition: light.cpp:40
vec3 direction
Definition: light.h:30
void MessageHandler(Message &msg)
Allows entities to receive messages.
Definition: light.cpp:95
vec3 color
Definition: light.h:28
Light(const SharedEntityData &, const ValueArray &)
Definition: light.cpp:44
void UpdateParameters()
Called when Entity::UpdateTransform is called.
Definition: light.cpp:51
Component< LightComponent > light
Definition: light.h:26
void Load()
Loads an entity.
Definition: light.cpp:60
glm::vec3 vec3
Definition: math.h:11
Message data.
Definition: message.h:16
Basic Entity parameters.
Definition: entity.h:132
Interned string type.
Definition: uid.h:10