Click or drag to resize

AspectComponentBaseFindAspectT Method

Find an aspect of the desired type in this aspect's container.

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

Type Parameters

T
The type of the aspect to find.

Return Value

T
The matching aspect if one is found, otherwise null.
See Also