Click or drag to resize
Ab4d.SharpEngine logo

GroupNodeRemove Method

Overload List
 NameDescription
Public methodRemove(SceneNode) Removes the specified SceneNode from the children collection. This method also recalculates the bounding box from all remaining children. When many children are removed, then it is recommended to call Remove(SceneNode, Boolean) and then UpdateBoundingBox.
Public methodRemove(SceneNode, Boolean) Removes the specified SceneNode from the children collection. If updateBoundingBox is false (useful when removing multiple SceneNodes), then the UpdateBoundingBox method must be called after all the SceneNodes are removed.
Top
See Also