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

Flips the sprite vertically. More...

Inherits ActionInstant.

Static Public Member Functions

static FlipYcreate (bool y)
 Create the action. More...
 
local create ( local y)
 Create the action. More...
 

Protected Member Functions

bool initWithFlipY (bool y)
 init the action
 
var initWithFlipY ( var y)
 init the action
 
local initWithFlipY ( local y)
 init the action
 

Detailed Description

Flips the sprite vertically.

Member Function Documentation

static FlipY* create ( bool  y)
static

Create the action.

Flips the sprite vertically if true. An autoreleased FlipY object.

var create ( var  y)
static

Create the action.

Flips the sprite vertically if true. An autoreleased FlipY object.

local create ( local  y)
static

Create the action.

Flips the sprite vertically if true. An autoreleased FlipY object.


The documentation for this class was generated from the following file: