Class ccs.FrameData

ccs.FrameData

Class Summary
Constructor Attributes Constructor Name and Description
 
FrameData saved the frame data needed for armature animation in this Armature.

Method Summary

Class Detail

ccs.FrameData()
FrameData saved the frame data needed for armature animation in this Armature.

Field Detail

{Object} blendFunc
- the blendFunc of frame.
{Number} displayIndex
- the display renderer index.
{Number} duration
- the duration of frame
{Number} easingParamNumber
- the count of easing parameters.
{Object} easingParams
- the dictionary of easing parameters.
{String} event
- the event name
{Number} frameID
- the frame ID of frame
{Boolean} isTween
- the flag which frame whether is tween.
{String} movement
- the movement name.
{String} sound
- the sound path.
{String} soundEffect
- the sound effect path.
{Number} tweenEasing
- the easing type of frame

Method Detail

  • copy(frameData)
    copy data
    Parameters:
    frameData
  • ctor()
    Construction of ccs.FrameData.