Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
donner::svg::components::ComputedShadowTreeComponent::BranchStorage Struct Reference

Storage for a single shadow tree. More...

#include "donner/svg/components/shadow/ComputedShadowTreeComponent.h"

Collaboration diagram for donner::svg::components::ComputedShadowTreeComponent::BranchStorage:
[legend]

Public Member Functions

Entity shadowRoot () const
 The root of the shadow tree.
 

Public Attributes

ShadowBranchType branchType
 Which branch this storage belongs to, there may be only one instance of each type.
 
Entity lightTarget
 The root of the "light" tree that this shadow tree reflects.
 
std::vector< EntityshadowEntities
 All of the entities in this shadow tree, in order of traversal.
 

Detailed Description

Storage for a single shadow tree.


The documentation for this struct was generated from the following file: