Manages animation databases and controller definitions. More...
| Public Member Functions | |
| ControllerDefinition | LoadControllerDefinition (string controllerDefinitionPath) | 
| Loads and returns the ControllerDefinition found at the path specified by controllerDefinitionPath .  More... | |
| AnimationDatabase | Load (string databasePath) | 
| Load the AnimationDatabase located at the specified databasePath .  More... | |
| void | Release () | 
| Release this ControllerDefinition from the managed and unmanaged side.  More... | |
Manages animation databases and controller definitions.
| 
 | inline | 
Load the AnimationDatabase located at the specified databasePath .
| databasePath | Path to the database file. | 
| 
 | inline | 
Loads and returns the ControllerDefinition found at the path specified by controllerDefinitionPath .
| controllerDefinitionPath | Path to the file describing the ControllerDefinition. | 
| 
 | inline | 
Release this ControllerDefinition from the managed and unmanaged side.