Click or drag to resize

ComponentRemoveFromParent Method

Detaches the object from its parent.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual void RemoveFromParent(
	bool queued
)

Parameters

queued
Type: SystemBoolean
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