mirror of https://github.com/axmolengine/axmol.git
[AUTO]: updating luabinding automatically
This commit is contained in:
parent
46d380b5ac
commit
755b907e69
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module Action
|
||||
-- @extend Ref
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Action] startWithTarget
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ActionCamera
|
||||
-- @extend ActionInterval
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- overload function: setEye(float, float, float)
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ActionEase
|
||||
-- @extend ActionInterval
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ActionEase] getInnerAction
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ActionInstant
|
||||
-- @extend FiniteTimeAction
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ActionInstant] step
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ActionInterval
|
||||
-- @extend FiniteTimeAction
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ActionInterval] getAmplitudeRate
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ActionManager
|
||||
-- @extend Ref
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ActionManager] getActionByTag
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ActionManagerEx
|
||||
-- @extend Ref
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- overload function: playActionByName(char, char, cc.CallFunc)
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ActionObject
|
||||
-- @extend Ref
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ActionObject] setCurrentTime
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ActionTimelineData
|
||||
-- @extend Ref
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ActionTimelineData] setActionTag
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ActionTween
|
||||
-- @extend ActionInterval
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ActionTween] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module Animate
|
||||
-- @extend ActionInterval
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- overload function: getAnimation()
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module Animate3D
|
||||
-- @extend ActionInterval
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Animate3D] setPlayBack
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module Animation
|
||||
-- @extend Ref
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Animation] getLoops
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module Animation3D
|
||||
-- @extend Ref
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Animation3D] getDuration
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module AnimationCache
|
||||
-- @extend Ref
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#AnimationCache] getAnimation
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module AnimationData
|
||||
-- @extend Ref
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#AnimationData] getMovement
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module AnimationFrame
|
||||
-- @extend Ref
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#AnimationFrame] setSpriteFrame
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module Armature
|
||||
-- @extend Node,BlendProtocol
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Armature] getBone
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ArmatureAnimation
|
||||
-- @extend ProcessBase
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ArmatureAnimation] getSpeedScale
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ArmatureData
|
||||
-- @extend Ref
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ArmatureData] addBoneData
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ArmatureDataManager
|
||||
-- @extend Ref
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ArmatureDataManager] getAnimationDatas
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ArmatureDisplayData
|
||||
-- @extend DisplayData
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ArmatureDisplayData] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module AssetsManager
|
||||
-- @extend Node
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#AssetsManager] setStoragePath
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module AtlasNode
|
||||
-- @extend Node,TextureProtocol
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#AtlasNode] updateAtlasValues
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module BaseData
|
||||
-- @extend Ref
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#BaseData] getColor
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module BatchNode
|
||||
-- @extend Node
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#BatchNode] init
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module BezierBy
|
||||
-- @extend ActionInterval
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#BezierBy] startWithTarget
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module BezierTo
|
||||
-- @extend BezierBy
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#BezierTo] startWithTarget
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module Blink
|
||||
-- @extend ActionInterval
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Blink] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module Bone
|
||||
-- @extend Node
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Bone] isTransformDirty
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module BoneData
|
||||
-- @extend BaseData
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#BoneData] getDisplayData
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module Button
|
||||
-- @extend Widget
|
||||
-- @parent_module ccui
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Button] getTitleText
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module CCBAnimationManager
|
||||
-- @extend Ref
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#CCBAnimationManager] moveAnimationsFromNode
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module CCBReader
|
||||
-- @extend Ref
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#CCBReader] addOwnerOutletName
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module CallFunc
|
||||
-- @extend ActionInstant
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#CallFunc] execute
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module CardinalSplineBy
|
||||
-- @extend CardinalSplineTo
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#CardinalSplineBy] startWithTarget
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module CardinalSplineTo
|
||||
-- @extend ActionInterval
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#CardinalSplineTo] getPoints
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module CatmullRomBy
|
||||
-- @extend CardinalSplineBy
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#CatmullRomBy] initWithDuration
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module CatmullRomTo
|
||||
-- @extend CardinalSplineTo
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#CatmullRomTo] initWithDuration
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module CheckBox
|
||||
-- @extend Widget
|
||||
-- @parent_module ccui
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#CheckBox] getSelectedState
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ClippingNode
|
||||
-- @extend Node
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ClippingNode] isInverted
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ComAttribute
|
||||
-- @extend Component
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ComAttribute] getFloat
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ComAudio
|
||||
-- @extend Component
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ComAudio] stopAllEffects
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ComController
|
||||
-- @extend Component,InputDelegate
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ComController] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ComRender
|
||||
-- @extend Component
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ComRender] setNode
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module Component
|
||||
-- @extend Ref
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Component] setEnabled
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ContourData
|
||||
-- @extend Ref
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ContourData] init
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module Control
|
||||
-- @extend Layer
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Control] setEnabled
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ControlButton
|
||||
-- @extend Control
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ControlButton] isPushed
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ControlColourPicker
|
||||
-- @extend Control
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ControlColourPicker] setEnabled
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ControlHuePicker
|
||||
-- @extend Control
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ControlHuePicker] setEnabled
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ControlPotentiometer
|
||||
-- @extend Control
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ControlPotentiometer] setPreviousLocation
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ControlSaturationBrightnessPicker
|
||||
-- @extend Control
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ControlSaturationBrightnessPicker] getShadow
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ControlSlider
|
||||
-- @extend Control
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ControlSlider] getSelectedThumbSprite
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ControlStepper
|
||||
-- @extend Control
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ControlStepper] setMinusSprite
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module ControlSwitch
|
||||
-- @extend Control
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#ControlSwitch] setEnabled
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module DelayTime
|
||||
-- @extend ActionInterval
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#DelayTime] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module DisplayData
|
||||
-- @extend Ref
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#DisplayData] copy
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module DisplayManager
|
||||
-- @extend Ref
|
||||
-- @parent_module ccs
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#DisplayManager] getDisplayRenderNode
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module DrawNode
|
||||
-- @extend Node
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#DrawNode] drawQuadraticBezier
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseBackIn
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseBackIn] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseBackInOut
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseBackInOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseBackOut
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseBackOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseBezierAction
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseBezierAction] setBezierParamer
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseBounce
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseBounce] clone
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseBounceIn
|
||||
-- @extend EaseBounce
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseBounceIn] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseBounceInOut
|
||||
-- @extend EaseBounce
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseBounceInOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseBounceOut
|
||||
-- @extend EaseBounce
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseBounceOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseCircleActionIn
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseCircleActionIn] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseCircleActionInOut
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseCircleActionInOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseCircleActionOut
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseCircleActionOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseCubicActionIn
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseCubicActionIn] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseCubicActionInOut
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseCubicActionInOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseCubicActionOut
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseCubicActionOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseElastic
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseElastic] setPeriod
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseElasticIn
|
||||
-- @extend EaseElastic
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- overload function: create(cc.ActionInterval)
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseElasticInOut
|
||||
-- @extend EaseElastic
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- overload function: create(cc.ActionInterval)
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseElasticOut
|
||||
-- @extend EaseElastic
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- overload function: create(cc.ActionInterval)
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseExponentialIn
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseExponentialIn] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseExponentialInOut
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseExponentialInOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseExponentialOut
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseExponentialOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseIn
|
||||
-- @extend EaseRateAction
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseIn] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseInOut
|
||||
-- @extend EaseRateAction
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseInOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseOut
|
||||
-- @extend EaseRateAction
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseQuadraticActionIn
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseQuadraticActionIn] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseQuadraticActionInOut
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseQuadraticActionInOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseQuadraticActionOut
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseQuadraticActionOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseQuarticActionIn
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseQuarticActionIn] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseQuarticActionInOut
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseQuarticActionInOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseQuarticActionOut
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseQuarticActionOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseQuinticActionIn
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseQuinticActionIn] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseQuinticActionInOut
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseQuinticActionInOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseQuinticActionOut
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseQuinticActionOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseRateAction
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseRateAction] setRate
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseSineIn
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseSineIn] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseSineInOut
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseSineInOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EaseSineOut
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EaseSineOut] create
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module EditBox
|
||||
-- @extend ControlButton,IMEDelegate
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#EditBox] getText
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
--------------------------------
|
||||
-- @module Event
|
||||
-- @extend Ref
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Event] isStopped
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
--------------------------------
|
||||
-- @module EventAcceleration
|
||||
-- @extend Event
|
||||
-- @parent_module cc
|
||||
|
||||
return nil
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue