CryEngine.Animations.Mannequin

CryEngine.Animations.Mannequin

Handles advanced character animations in the CRYENGINE. More...

Public Member Functions

ActionController CreateActionController (Entity entity, AnimationContext context)
Create a new ActionController for this Mannequin from the specified entity and context . More...

Properties

static Mannequin MannequinInterface [get]
The Mannequin-interface that manages all the mannequins. More...
AnimationDatabaseManager AnimationDatabaseManager [get]
Get the AnimationDatabaseManager of this Mannequin. More...

Detailed Description

Handles advanced character animations in the CRYENGINE.

Member Function Documentation

◆ CreateActionController()

ActionController CryEngine.Animations.Mannequin.CreateActionController ( Entity entity,
AnimationContext context
)
inline

Create a new ActionController for this Mannequin from the specified entity and context .

Returns
The created ActionController.
Parameters
entityThe Entity to which the ActionController will belong.
contextThe AnimationContext for the ActionController.

Property Documentation

◆ AnimationDatabaseManager

AnimationDatabaseManager CryEngine.Animations.Mannequin.AnimationDatabaseManager
get

Get the AnimationDatabaseManager of this Mannequin.

The animation database manager.

◆ MannequinInterface

Mannequin CryEngine.Animations.Mannequin.MannequinInterface
static
get

The Mannequin-interface that manages all the mannequins.

The mannequin interface.