Skews a Node object by skewX and skewY degrees.
More...
Inherits SkewTo.
|
| static SkewBy * | create (float t, float deltaSkewX, float deltaSkewY) |
| | Creates the SkewBy action with the duration, x and y axis delta skew parameters. More...
|
| |
| local | create ( local t, local deltaSkewX, local deltaSkewY) |
| | Creates the SkewBy action with the duration, x and y axis delta skew parameters. More...
|
| |
| static SkewTo * | create (float t, float sx, float sy) |
| | Creates the SkewTo action with the duration, x and y axis target skew parameters. More...
|
| |
Skews a Node object by skewX and skewY degrees.
| static SkewBy* create |
( |
float |
t, |
|
|
float |
deltaSkewX, |
|
|
float |
deltaSkewY |
|
) |
| |
|
static |
Creates the SkewBy action with the duration, x and y axis delta skew parameters.
Duration time, in seconds. Skew x delta angle. Skew y delta angle. An autoreleased SkewBy object.
| var create |
( |
var |
t, |
|
|
var |
deltaSkewX, |
|
|
var |
deltaSkewY |
|
) |
| |
|
static |
Creates the SkewBy action with the duration, x and y axis delta skew parameters.
Duration time, in seconds. Skew x delta angle. Skew y delta angle. An autoreleased SkewBy object.
| local create |
( |
local |
t, |
|
|
local |
deltaSkewX, |
|
|
local |
deltaSkewY |
|
) |
| |
|
static |
Creates the SkewBy action with the duration, x and y axis delta skew parameters.
Duration time, in seconds. Skew x delta angle. Skew y delta angle. An autoreleased SkewBy object.
The documentation for this class was generated from the following file: