csharp
public struct LayoutLinksWhere 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 ParentThe owner, or -1.
public int ChildOffsetWhere this node's child ids start in the shared child arena.
public int ChildCountHow many children there are.
public int ChildCapacityHow many the current block has room for.
Used by (1)
- LayoutTreeVixen.Ui.Layout