Scene | |
[FlagsAttribute] protected enum SceneNodeStateFlags
| Member name | Value | Description |
|---|---|---|
| None | 0 | None |
| IsVisible | 1 | IsVisible |
| IsParentVisible | 2 | IsParentVisible |
| IsHitTestVisible | 4 | IsHitTestVisible |
| IsWorldMatrixIdentityKnown | 8 | IsWorldMatrixIdentityKnown |
| IsWorldMatrixIdentity | 16 | IsWorldMatrixIdentity |
| IsInvertedWorldMatrixKnown | 32 | IsInvertedWorldMatrixKnown |
| HasInvertedWorldMatrix | 64 | HasInvertedWorldMatrix |
| HasCustomMinLineArrowLength | 128 | HasCustomMinLineArrowLength |
| HasCustomMaxLineArrowLength | 256 | HasCustomMaxLineArrowLength |