VisualComponentSearchCriteria Class |
Namespace: Demo3D.Visuals
public class SearchCriteria
The VisualComponentSearchCriteria type exposes the following members.
| Name | Description | |
|---|---|---|
| VisualComponentSearchCriteria | Initializes a new instance of the VisualComponentSearchCriteria class |
| Name | Description | |
|---|---|---|
| ComponentTypes |
Search for components of one of these comopnent types.
| |
| SelectLargest |
If no component can be found from the ComponentTypes list, then just return the largest component.
| |
| SelectSmallest |
If no component can be found from the ComponentTypes list, then just return the smallest component.
| |
| VisualIsComponent |
If no component can be found, then return the calling visual.
|