Cocos2d-x  v3.11
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups
SkewBy Class Reference

Skews a Node object by skewX and skewY degrees. More...

Inherits SkewTo.

Public Member Functions

virtual void startWithTarget (Node *target) override
 override SkewTo.
 
var startWithTarget ( var target)
 override SkewTo.
 
local startWithTarget ( local target)
 override SkewTo.
 
virtual SkewByclone () const override
 override ActionInterval.
 
var clone ()
 override ActionInterval.
 
local clone ()
 override ActionInterval.
 
virtual SkewByreverse (void) const override
 override Action.
 
local reverse ()
 override Action.
 
- Public Member Functions inherited from ActionInterval
float getElapsed (void)
 How many seconds had elapsed since the actions started to run. More...
 
var getElapsed ()
 How many seconds had elapsed since the actions started to run. More...
 
local getElapsed ()
 How many seconds had elapsed since the actions started to run. More...
 
void setAmplitudeRate (float amp)
 Sets the amplitude rate, extension in GridAction. More...
 
float getAmplitudeRate (void)
 Gets the ampliture rate, extension in GridAction. More...
 
virtual bool isDone (void) const override
 override Action.
 
local isDone ()
 override Action.
 

Static Public Member Functions

static SkewBycreate (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 Public Member Functions inherited from SkewTo
static SkewTocreate (float t, float sx, float sy)
 Creates the SkewTo action with the duration, x and y axis target skew parameters. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ActionInterval
bool initWithDuration (float d)
 initializes the action with the duration. More...
 
var initWithDuration ( var d)
 initializes the action with the duration. More...
 
local initWithDuration ( local d)
 initializes the action with the duration. More...
 

Detailed Description

Skews a Node object by skewX and skewY degrees.

Member Function Documentation

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: