CoreVisualFindAspect(Type) Method |
Finds and returns an aspect of a given type.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic override Object FindAspect(
Type type
)
Parameters
- type Type
- The type of the aspect to find.
Return Value
ObjectThe aspect, or null if not found.
See Also