MCPcopy Index your code
hub / github.com/g3n/engine / Children

Method Children

core/node.go:304–307  ·  view source on GitHub ↗

Children returns the list of children.

()

Source from the content-addressed store, hash-verified

302
303// Children returns the list of children.
304func (n *Node) Children() []INode {
305
306 return n.children
307}
308
309// Add adds the specified node to the list of children and sets its parent pointer.
310// If the specified node had a parent, the specified node is removed from the original parent's list of children.

Callers 2

BoundingBoxMethod · 0.95
IsAncestorOfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected