Axmol Engine 2.4.0-258ceca
Loading...
Searching...
No Matches
FlipY Class Reference

Flips the sprite vertically. More...

#include <ActionInstant.h>

Inherits ActionInstant.

Public Member Functions

virtual void update (float time) override
 
bool initWithFlipY (bool y)
 init the action
 
- Public Member Functions inherited from ActionInstant
virtual void step (float dt) override
 

Static Public Member Functions

static FlipYcreate (bool y)
 Create the action.
 

Detailed Description

Flips the sprite vertically.

Since
v0.99.0

Member Function Documentation

◆ create()

static FlipY * create ( bool y)
static

Create the action.

Parameters
yFlips the sprite vertically if true.
Returns
An autoreleased FlipY object.

◆ update()

virtual void update ( float time)
overridevirtual
Parameters
timeIn seconds.

Reimplemented from ActionInstant.


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