CoreVisualFindCreateAspect(Type) Method |
Finds an aspect if it exists or Adds a new one if it doesn't exist.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic override Object FindCreateAspect(
Type type
)
Parameters
- type Type
- The type of the aspect.
Return Value
Object[Missing <returns> documentation for "M:Demo3D.Visuals.CoreVisual.FindCreateAspect(System.Type)"]
See Also