CryEngine.Animations.AnimationDatabaseManager

CryEngine.Animations.AnimationDatabaseManager

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...

Detailed Description

Manages animation databases and controller definitions.

Member Function Documentation

◆ Load()

AnimationDatabase CryEngine.Animations.AnimationDatabaseManager.Load ( string databasePath)
inline

Load the AnimationDatabase located at the specified databasePath .

Returns
The loaded AnimationDatabase.
Parameters
databasePathPath to the database file.

◆ LoadControllerDefinition()

ControllerDefinition CryEngine.Animations.AnimationDatabaseManager.LoadControllerDefinition ( string controllerDefinitionPath)
inline

Loads and returns the ControllerDefinition found at the path specified by controllerDefinitionPath .

Returns
The ControllerDefinition if found, null otherwise.
Parameters
controllerDefinitionPathPath to the file describing the ControllerDefinition.

◆ Release()

void CryEngine.Animations.AnimationDatabaseManager.Release ( )
inline

Release this ControllerDefinition from the managed and unmanaged side.