![]() |
ezEngine Release 26.9
|
#include <KrautDeclarations.h>
Classes | |
| struct | Bits |
Public Types | |
| enum | Enum : ezUInt32 { Trunk1 = EZ_BIT(0) , Trunk2 = EZ_BIT(1) , Trunk3 = EZ_BIT(2) , MainBranches1 = EZ_BIT(3) , MainBranches2 = EZ_BIT(4) , MainBranches3 = EZ_BIT(5) , SubBranches1 = EZ_BIT(6) , SubBranches2 = EZ_BIT(7) , SubBranches3 = EZ_BIT(8) , Twigs1 = EZ_BIT(9) , Twigs2 = EZ_BIT(10) , Twigs3 = EZ_BIT(11) , Default = 0xFFFFFFFF } |
| using | StorageType = ezUInt32 |
Bitflag set that selects which branch types should be visible.
Used by the editor preview to show or hide individual branch types while inspecting a LOD. The Default value enables all bits so that every branch type is visible unless explicitly masked out.
| enum ezKrautTreeTypeBits::Enum : ezUInt32 |