PositionFrame Class Reference
#include <CCFrame.h>
Inheritance diagram for PositionFrame:
Public Member Functions
virtual void
onEnter (
Frame *nextFrame, int currentFrameIndex) override
local
onEnter ( local nextFrame, local currentFrameIndex)
virtual void
apply (float percent) override
- Public Member Functions inherited from
Frame
- Public Member Functions inherited from
Ref
Releases the ownership immediately.
More...
Releases the ownership sometime soon automatically.
More...
Returns the
Ref's current reference count.
More...
Static Public Member Functions
Protected Attributes
- Protected Attributes inherited from
Frame
- Protected Attributes inherited from
Ref
Additional Inherited Members
- Protected Member Functions inherited from
Frame
- Protected Member Functions inherited from
Ref
Constructor & Destructor Documentation
Member Function Documentation
virtual void apply
(
float
percent )
overridevirtual
Reimplemented from Frame.
var apply
(
var
percent )
overridevirtual
Reimplemented from Frame.
local apply
(
local
percent )
overridevirtual
Reimplemented from Frame.
var clone
(
)
overridevirtual
local clone
(
)
overridevirtual
var getPosition
(
)
inline
local getPosition
(
)
inline
float getX
(
)
const
inline
float getY
(
)
const
inline
virtual void onEnter
(
Frame *
nextFrame,
int
currentFrameIndex
)
overridevirtual
var onEnter
(
var
nextFrame,
var
currentFrameIndex
)
overridevirtual
local onEnter
(
local
nextFrame,
local
currentFrameIndex
)
overridevirtual
var setPosition
(
var
position )
inline
local setPosition
(
local
position )
inline
void setX
(
float
x )
inline
var setX
(
var
x )
inline
local setX
(
local
x )
inline
void setY
(
float
y )
inline
var setY
(
var
y )
inline
local setY
(
local
y )
inline
Member Data Documentation
float _betweenX
protected
local _betweenX
protected
float _betweenY
protected
local _betweenY
protected
local _position
protected
The documentation for this class was generated from the following file:
- /Users/minggo/SourceCode/cocos2d-x/cocos/editor-support/cocostudio/ActionTimeline/CCFrame.h