class MAGES::CharacterController::SetCharacterControllerStep¶
Overview¶
Play Animation class that has the PlayAnimationStep. More…
class SetCharacterControllerStep: public MAGES::Step { public: // methods override void Execute(BaseActionData action, StepEvent stepEvent); };
Inherited Members¶
public:
// fields
string description;
// properties
string Description;
// methods
void Execute(BaseActionData action, StepEvent stepEvent);
Detailed Documentation¶
Play Animation class that has the PlayAnimationStep.
Methods¶
override void Execute(BaseActionData action, StepEvent stepEvent)
Executes the step.
Parameters:
action |
The action. |
stepEvent |
The event step. |