|
|
Donner
C++20 SVG rendering library
|
Storage for a single shadow tree. More...
#include "donner/svg/components/shadow/ComputedShadowTreeComponent.h"
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< Entity > | shadowEntities |
| All of the entities in this shadow tree, in order of traversal. | |
Storage for a single shadow tree.