in order to support something similiar to a scenegraph component.Transform has been extended with the concept of Parent. This allows a child to be positioned based on the parent. Currently there is no walking of the graph as only one level of nesting is supported.
in order to support something similiar to a scenegraph
component.Transform
has been extended with the concept of Parent. This allows a child to be positioned based on the parent. Currently there is no walking of the graph as only one level of nesting is supported.Implement walking the graph.