VisualComponentVisualComponentModel Class |
Namespace: Demo3D.Visuals
public abstract class VisualComponentModel
The VisualComponentVisualComponentModel type exposes the following members.
| Name | Description | |
|---|---|---|
| VisualComponentVisualComponentModel | Initializes a new instance of the VisualComponentVisualComponentModel class |
| Name | Description | |
|---|---|---|
| Add |
Add visuals to a component.
| |
| Find |
Find all the component roots for this visual.
If filterTypes is null or empty, we return all component roots for the visual.
If filterTypes is set, then we may return only the component roots for the given types.
Even if filterTypes is set, we may return roots for other component types too - filterTypes is just a hint.
| |
| Remove |
Remove visuals from a component. Should be tolerant of 'component' or 'componentType' being null or invalid.
|