CryEngine.Animations.AnimationDatabase

CryEngine.Animations.AnimationDatabase

Manages an animation database file and returns requested information from the database. More...

Public Member Functions

int GetFragmentId (string actionName)
Use actionName to find the ID of a fragment. More...
void Release ()
Release this ControllerDefinition from the managed and unmanaged side. More...

Properties

string FileName [get]
The filename of the database-file. More...

Detailed Description

Manages an animation database file and returns requested information from the database.

Member Function Documentation

◆ GetFragmentId()

int CryEngine.Animations.AnimationDatabase.GetFragmentId ( string actionName)
inline

Use actionName to find the ID of a fragment.

Returns
The ID of the fragment.
Parameters
actionNameIdentifying name of the fragment.

◆ Release()

void CryEngine.Animations.AnimationDatabase.Release ( )
inline

Release this ControllerDefinition from the managed and unmanaged side.

Property Documentation

◆ FileName

string CryEngine.Animations.AnimationDatabase.FileName
get

The filename of the database-file.

The name of the file.