Class ccs.ArmatureMovementDispatcher

Class Summary
Constructor Attributes Constructor Name and Description
 
The armature movement dispatcher for trigger manager.

Method Summary

Class Detail

ccs.ArmatureMovementDispatcher()
The armature movement dispatcher for trigger manager.

Method Detail

  • addAnimationEventCallBack(callFunc, target)
    Adds animation event callback to event animation list
    Parameters:
    {function} callFunc
    {Object|null} target Optional
  • animationEvent(armature, movementType, movementID)
    Calls armature movement events.
    Parameters:
    {ccs.Armature} armature
    {Number} movementType
    {String} movementID
  • ctor()
    Constructor of ArmatureMovementDispatcher.
  • removeAnimationEventCallBack(callFunc, target)
    Removes animation event callback from trigger manager.
    Parameters:
    {function} callFunc
    {Object|null} target Optional