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: 18.03.00
Syntax
C#
public static void Destroy(
	AspectComponentBase aspect
)

Parameters

aspect
Type: Demo3D.VisualsAspectComponentBase
The aspect to be removed.
See Also