Vixen
02b45cc4
csharp
public struct LayoutLinks

Where a node sits in the tree.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public int Parent

    The owner, or -1.

  • public int ChildOffset

    Where this node's child ids start in the shared child arena.

  • public int ChildCount

    How many children there are.

  • public int ChildCapacity

    How many the current block has room for.

Used by (1)

  • LayoutTreeVixen.Ui.Layout