Click or drag to resize

AspectComponentBaseDestroy Method

Remove the desired aspect from the aspect's container.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public static void Destroy(
	AspectComponentBase aspect
)

Parameters

aspect  AspectComponentBase
The aspect to be removed.
See Also