csharp
public struct ParentThe entity this one hangs from. Absent on a root.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
Absent rather than Null, so "is a root" is an archetype question and the roots can be found with a mask test instead of a scan.
Fields and properties (1)
public Entity ValueThe parent.
Used by (12)
- CameraDirectorSystemVixen.Engine
- HierarchyVixen.Engine
- HierarchyTestsVixen.Engine.Tests
- LodExtractionSystemVixen.Engine.Renderer
- LodExtractionTestsVixen.Engine.Renderer.Tests
- NetworkTransformCaptureSystemVixen.Net.Engine
- PrefabVixen.Engine
- TransformSystemVixen.Engine
- VirtualCameraSystemVixen.Engine
- WorldSerializerVixen.Engine
- SubtreeSnapshotVixen.Editor.SceneView
- WorldSnapshotVixen.Editor.SceneView