Click or drag to resize

CoreVisualFindAspectT Method

Finds and returns an aspect of a given type.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public override T FindAspect<T>()
where T : class

Type Parameters

T
The type of the aspect to find.

Return Value

T
The aspect, or null if not found.
See Also