Click or drag to resize

CoreVisualFindCreateAspectT Method

Finds an aspect if it exists or adds a new one if it doesn't exist.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public override T FindCreateAspect<T>()
where T : new(), AspectComponentBase

Type Parameters

T
The type of the aspect.

Return Value

T

[Missing <returns> documentation for "M:Demo3D.Visuals.CoreVisual.FindCreateAspect``1"]

See Also