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

Flips the sprite horizontally. More...

Inherits ActionInstant.

Static Public Member Functions

static FlipXcreate (bool x)
 Create the action. More...
 
var create ( var x)
 Create the action. More...
 
local create ( local x)
 Create the action. More...
 

Protected Member Functions

bool initWithFlipX (bool x)
 init the action
 
var initWithFlipX ( var x)
 init the action
 
local initWithFlipX ( local x)
 init the action
 

Detailed Description

Flips the sprite horizontally.

Member Function Documentation

static FlipX* create ( bool  x)
static

Create the action.

Flips the sprite horizontally if true. An autoreleased FlipX object.

var create ( var  x)
static

Create the action.

Flips the sprite horizontally if true. An autoreleased FlipX object.

local create ( local  x)
static

Create the action.

Flips the sprite horizontally if true. An autoreleased FlipX object.


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