CryEngine.Animations.ControllerDefinition

CryEngine.Animations.ControllerDefinition

Handles scope contexts and fragments for animations. More...

Public Member Functions

int FindScopeContext (string contextName)
Finds the ID of the context which name is the same as the value of contextName . More...
int FindFragmentId (string fragmentName)
Finds the ID of the fragment which's name is the same as fragmentName . More...
void Release ()
Release this ControllerDefinition from the managed and unmanaged side. More...

Detailed Description

Handles scope contexts and fragments for animations.

Member Function Documentation

◆ FindFragmentId()

int CryEngine.Animations.ControllerDefinition.FindFragmentId ( string fragmentName)
inline

Finds the ID of the fragment which's name is the same as fragmentName .

Returns
The ID of the fragment.
Parameters
fragmentNameName of the fragment.

◆ FindScopeContext()

int CryEngine.Animations.ControllerDefinition.FindScopeContext ( string contextName)
inline

Finds the ID of the context which name is the same as the value of contextName .

Returns
The ID of the context.
Parameters
contextNameThe name of the context.

◆ Release()

void CryEngine.Animations.ControllerDefinition.Release ( )
inline

Release this ControllerDefinition from the managed and unmanaged side.