Entity.ParentNodes

Entity.ParentNodes property

Gets all parent nodes, an entity can be attached to multiple parent nodes for geometry instancing

public List<Node> ParentNodes { get; }

Property Value

The nodes.

See Also