AccessoryAspectAttachToVisual Method  | 
 
            Attempt to attach to the desired visual.
            
 
    Namespace: 
   Demo3D.Components
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxprotected abstract bool AttachToVisual(
	Visual visual
)
Parameters
- visual
 - Type: Demo3D.VisualsVisual
The visual to attach to. 
Return Value
Type: 
BooleanTrue if the aspect attached successfully or false if it didn't.
See Also