VisualRemoveAspectT Method |
Removes an aspect.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntaxpublic void RemoveAspect<T>(
T aspect,
bool warn = true
)
Parameters
- aspect
- Type: T
The aspect to remove. - warn (Optional)
- Type: SystemBoolean
Warns if the aspect could not be found. (Only if AspectWarningsEnabled is set.)
Type Parameters
- T
- The aspect key. (Usually the type of the aspect.)
See Also