Click or drag to resize

AccessoryAspectAttachToAspect Method

Attempt to attach to the desired aspect.

Namespace:  Demo3D.Components
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
protected abstract bool AttachToAspect(
	VisualAspect aspect
)

Parameters

aspect
Type: Demo3D.VisualsVisualAspect
The aspect to attach to.

Return Value

Type: Boolean
True if the aspect attached successfully or false if it didn't.
See Also