The following is a list to all the collection objects that are used by the viewer. In general all the collection classes are identical in as far that they allh hava a 'count' property, that returns the total number of elements in the collection, and a 'Item' method that allows you to get at a specific element in the collection. The 'Item' method is slightly different across the various collections, although you can always access an item by the index number by passing an integer value to the Item function.
- actionFiles
- A collection of actionFile objects
- bones
- A collection of bone objects
- chorFiles
- A collection of chorFile objects
- events
- A collection of event objects
- groups
- A collection of group objects
- lights
- A collection of light objects
- modelFiles
- A collection of modelFile objects
- models
- A collection of model objects
- poses
- A collection of pose objects
- scripts
- A collection of script objects
- soundFiles
- A collection of soundFile objects