VisualRemoveAspectT(T) Method |
Removes an aspect instance.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxpublic 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