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