Click or drag to resize

ComponentRemoveFromParent Method

Detaches the object from its parent.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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