Click or drag to resize

VisualRemoveAspectT Method (T)

Removes an aspect instance.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void RemoveAspect<T>(
	T aspect
)
where T : class

Parameters

aspect
Type: T
The aspect to add.

Type Parameters

T
The type of the aspect to remove.
See Also