Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
ShadowEntityComponent.h File Reference
Include dependency graph for ShadowEntityComponent.h:

Classes

struct  donner::svg::components::ShadowEntityComponent
 A component attached to entities in the shadow tree, indicating which light entity they are mirroring. More...
 

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.
 
namespace  donner::svg
 Donner SVG library, which can load, manipulate and render SVG files.
 
namespace  donner::svg::components
 Contains the implementation of the Donner ECS,.
 

Class Documentation

◆ donner::svg::components::ShadowEntityComponent

struct donner::svg::components::ShadowEntityComponent

A component attached to entities in the shadow tree, indicating which light entity they are mirroring.

This component exists on every shadow entity, forming a one-to-one mapping between shadow entities and light entities.

Class Members
Entity lightEntity The entity that this shadow entity is mirroring.