vcNodeList
vcNodeList is a behavior type used to generate a filtered list of nodes.
Inherits: vcBehaviour
Properties
| Name | Type | Access | Description |
| Nodes | List of 3-tuple (vcNode node, Enumeration inclusionType, Enumeration inclusionScope) | RW | Defines a node and filters used to generate the list's content.
See Collision Detector Constants for information about inclusion type and scope arguments. |
| PureNodes | List of vcNode | R | Gets a list of unfiltered nodes in the list. |
Methods
| Name | Return Type | Parameters | Description |
| getFilteredNodes | List of vcNode | [vcNode node] | Returns a list of filtered nodes in the list. |