Click or drag to resize

VisualRemoveAspectT(T) Method

Removes an aspect instance.

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

Parameters

aspect  T
The aspect to add.

Type Parameters

T
The type of the aspect to remove.
See Also