CryEngine.Animations.AnimationContextAction

CryEngine.Animations.AnimationContextAction

Defines an action of an animation context. More...

Static Public Member Functions

static AnimationContextAction CreateAnimationContextAction (int priority, int fragmentId, TagState tagState=TagState.Empty, uint flags=0, uint scopeMask=0, uint userToken=0)
Creates a new AnimationContextAction that can be used on an ActionController. More...

Detailed Description

Defines an action of an animation context.

Member Function Documentation

◆ CreateAnimationContextAction()

static AnimationContextAction CryEngine.Animations.AnimationContextAction.CreateAnimationContextAction ( int priority,
int fragmentId,
TagState tagState = TagState.Empty,
uint flags = 0,
uint scopeMask = 0,
uint userToken = 0
)
inline
static

Creates a new AnimationContextAction that can be used on an ActionController.

Returns
The animation context action.
Parameters
priorityPriority of the action.
fragmentIdFragment ID.
tagStateRequired TagState.
flagsFlags.
scopeMaskScope mask.
userTokenUser token.