MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / AddChild

Method AddChild

Source/Editor/SceneGraph/SceneGraphNode.cs:170–173  ·  view source on GitHub ↗

Adds the child node. The node.

(SceneGraphNode node)

Source from the content-addressed store, hash-verified

168 /// </summary>
169 /// <param name="node">The node.</param>
170 public void AddChild(SceneGraphNode node)
171 {
172 node.ParentNode = this;
173 }
174
175 /// <summary>
176 /// The scene graph raycasting data container.

Callers 15

UpdateNavigationBarMethod · 0.45
AddInputOutputElementMethod · 0.45
OnThumbnailDrawBeginMethod · 0.45
OnThumbnailDrawBeginMethod · 0.45
OnThumbnailDrawBeginMethod · 0.45
OnThumbnailDrawBeginMethod · 0.45
FloatWindowDockPanelMethod · 0.45
CreateChildPanelMethod · 0.45
OnChildrenChangedMethod · 0.45
ProcessDiffMethod · 0.45
CreateDiffTreeMethod · 0.45
ViewChangesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected