Vixen
02b45cc4
csharp
public struct Parent

The 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 Value

    The parent.

Used by (9)

  • CameraDirectorSystemVixen.Engine
  • HierarchyVixen.Engine
  • HierarchyTestsVixen.Engine.Tests
  • PrefabVixen.Engine
  • TransformSystemVixen.Engine
  • VirtualCameraSystemVixen.Engine
  • WorldSerializerVixen.Engine
  • SubtreeSnapshotVixen.Editor.SceneView
  • WorldSnapshotVixen.Editor.SceneView