VisualComponentSelectParentWhenPickedModelAdd Method |
Add visuals to a component.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntaxpublic override void Add(
Visual component,
VisualComponentComponentType componentType,
List<Visual> visuals
)
Parameters
- component
- Type: Demo3D.VisualsVisual
The component root. - componentType
- Type: Demo3D.VisualsVisualComponentComponentType
The component type. - visuals
- Type: System.Collections.GenericListVisual
List of visuals to add to the component.
See Also