A frame of the animation.
More...
Inherits Ref, and Clonable.
|
| static AnimationFrame * | create (SpriteFrame *spriteFrame, float delayUnits, const ValueMap &userInfo) |
| | Creates the animation frame with a spriteframe, number of delay units and a notification user info. More...
|
| |
| var | create ( var spriteFrame, var delayUnits, var userInfo) |
| | Creates the animation frame with a spriteframe, number of delay units and a notification user info. More...
|
| |
| local | create ( local spriteFrame, local delayUnits, local userInfo) |
| | Creates the animation frame with a spriteframe, number of delay units and a notification user info. More...
|
| |
|
|
bool | initWithSpriteFrame (SpriteFrame *spriteFrame, float delayUnits, const ValueMap &userInfo) |
| | initializes the animation frame with a spriteframe, number of delay units and a notification user info
|
| |
|
var | initWithSpriteFrame ( var spriteFrame, var delayUnits, var userInfo) |
| | initializes the animation frame with a spriteframe, number of delay units and a notification user info
|
| |
|
local | initWithSpriteFrame ( local spriteFrame, local delayUnits, local userInfo) |
| | initializes the animation frame with a spriteframe, number of delay units and a notification user info
|
| |
|
|
unsigned int | _ID |
| | object id, ScriptSupport need public _ID
|
| |
|
int | _luaID |
| | Lua reference id.
|
| |
|
void * | _scriptObject |
| | scriptObject, support for swift
|
| |
A frame of the animation.
It contains information like:
- sprite frame name.
- # of delay units.
- offset
- Since
- v2.0
Creates the animation frame with a spriteframe, number of delay units and a notification user info.
- Parameters
-
| spriteFrame | The animation frame with a spriteframe. |
| delayUnits | Number of delay units. |
| userInfo | A notification user info. |
- Since
- 3.0
| var create |
( |
var |
spriteFrame, |
|
|
var |
delayUnits, |
|
|
var |
userInfo |
|
) |
| |
|
static |
Creates the animation frame with a spriteframe, number of delay units and a notification user info.
- Parameters
-
| spriteFrame | The animation frame with a spriteframe. |
| delayUnits | Number of delay units. |
| userInfo | A notification user info. |
- Since
- 3.0
| local create |
( |
local |
spriteFrame, |
|
|
local |
delayUnits, |
|
|
local |
userInfo |
|
) |
| |
|
static |
Creates the animation frame with a spriteframe, number of delay units and a notification user info.
- Parameters
-
| spriteFrame | The animation frame with a spriteframe. |
| delayUnits | Number of delay units. |
| userInfo | A notification user info. |
- Since
- 3.0
Return a SpriteFrameName to be used.
- Returns
- a SpriteFrameName to be used.
Return a SpriteFrameName to be used.
- Returns
- a SpriteFrameName to be used.
Return a SpriteFrameName to be used.
- Returns
- a SpriteFrameName to be used.
| var setSpriteFrame |
( |
var |
frame | ) |
|
|
inline |
| local setSpriteFrame |
( |
local |
frame | ) |
|
|
inline |
| float getDelayUnits |
( |
| ) |
const |
|
inline |
Gets the units of time the frame takes.
- Returns
- The units of time the frame takes.
Gets the units of time the frame takes.
- Returns
- The units of time the frame takes.
Gets the units of time the frame takes.
- Returns
- The units of time the frame takes.
| void setDelayUnits |
( |
float |
delayUnits | ) |
|
|
inline |
Sets the units of time the frame takes.
- Parameters
-
| delayUnits | The units of time the frame takes. |
| var setDelayUnits |
( |
var |
delayUnits | ) |
|
|
inline |
Sets the units of time the frame takes.
- Parameters
-
| delayUnits | The units of time the frame takes. |
| local setDelayUnits |
( |
local |
delayUnits | ) |
|
|
inline |
Sets the units of time the frame takes.
- Parameters
-
| delayUnits | The units of time the frame takes. |
| const ValueMap& getUserInfo |
( |
| ) |
const |
|
inline |
Gets user infomation A AnimationFrameDisplayedNotification notification will be broadcast when the frame is displayed with this dictionary as UserInfo.
If UserInfo is nil, then no notification will be broadcast.
- Returns
- A dictionary as UserInfo
Gets user infomation A AnimationFrameDisplayedNotification notification will be broadcast when the frame is displayed with this dictionary as UserInfo.
If UserInfo is nil, then no notification will be broadcast.
- Returns
- A dictionary as UserInfo
Gets user infomation A AnimationFrameDisplayedNotification notification will be broadcast when the frame is displayed with this dictionary as UserInfo.
If UserInfo is nil, then no notification will be broadcast.
- Returns
- A dictionary as UserInfo
| void setUserInfo |
( |
const ValueMap & |
userInfo | ) |
|
|
inline |
Sets user infomation.
- Parameters
-
| userInfo | A dictionary as UserInfo. |
| var setUserInfo |
( |
var |
userInfo | ) |
|
|
inline |
Sets user infomation.
- Parameters
-
| userInfo | A dictionary as UserInfo. |
| local setUserInfo |
( |
local |
userInfo | ) |
|
|
inline |
Sets user infomation.
- Parameters
-
| userInfo | A dictionary as UserInfo. |
The documentation for this class was generated from the following file: