ComponentRemoveFromParent Method |
Detaches the object from its parent.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic virtual void RemoveFromParent(
bool queued
)
Parameters
- queued Boolean
- Whether to remove the objects later outside hierarchy loop. It is used to prevent exceptions when change the hierarchy during enumeration the hierarchy.
See Also