Click or drag to resize

AspectComponentBaseCreateManagedAspectT Method

Create a managed aspect of the desired type in this aspect's container. The managed aspect will be owned by the declared aspect.

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

Parameters

manager  AspectComponentBase
The manager of the new aspect.

Type Parameters

T
The type of the aspect to create.

Return Value

T
The newly created aspect.
See Also