![]() |
VenomEngine
Cross-Platform Modern Graphics Engine
|
Public Member Functions | |
Light (const Light &other) | |
Light & | operator= (const Light &other) |
Light (Light &&other) noexcept | |
Light & | operator= (Light &&other) noexcept |
void | Init (Entity entity) override |
void | Update (Entity entity) override |
void | _GUI (const Entity entity) override |
vc::String | _GetComponentTitle () override |
bool | CanRemove (Entity entity) override |
void | SetType (const LightType type) |
const LightType & | GetLightType () const |
void | SetColor (const vcm::Vec3 &color) |
const vcm::Vec3 & | GetColor () const |
void | SetIntensity (const float intensity) |
const float & | GetIntensity () const |
float * | GetIntensityPtr () |
void | SetAngle (const float angle) |
const float & | GetAngle () const |
LightShaderStruct | GetShaderStruct () const |
LightCascadedShadowMapConstantsStruct | GetShadowMapConstantsStruct (const int shadowMapIndex, const int faceIndex, Camera *const camera, vcm::Vec3 *lightPos) const |
![]() | |
vc::String | GetComponentTitle () |
![]() | |
PluginObjectImplWrapper (PluginObjectImpl *impl) | |
PluginObjectImplWrapper (const PluginObjectImplWrapper &other) | |
PluginObjectImplWrapper & | operator= (const PluginObjectImplWrapper &other) |
PluginObjectImplWrapper (PluginObjectImplWrapper &&other) | |
PluginObjectImplWrapper & | operator= (PluginObjectImplWrapper &&other) |
PluginObjectImpl * | GetImpl () |
const PluginObjectImpl * | GetImpl () const |
const PluginObjectImpl * | GetConstImpl () const |
bool | IsImplInitialized () const |
void | Destroy () |
Static Public Member Functions | |
static const size_t | GetCountOfLights () |
static const vc::Vector< Light * > & | GetLights () |
static vc::Vector< Light * > & | GetLightsMut () |
static const size_t | GetCountOfLightsOfType (const LightType type) |
Additional Inherited Members | |
![]() | |
PluginObjectImpl * | _impl |
|
overridevirtual |
Implements venom::common::VenomComponent.
|
overridevirtual |
Implements venom::common::VenomComponent.
|
overridevirtual |
Implements venom::common::VenomComponent.
|
overridevirtual |
Reimplemented from venom::common::VenomComponent.
|
overridevirtual |
Implements venom::common::VenomComponent.