Sandbox Logo

MapNode.Children

IEnumerable<MapNode> Children { get; set; }

Description

Each MapNode can have many children. Children usually transform with their parents, etc.

Return

User Comments