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

Instant actions are immediate actions. More...

#include <ActionInstant.h>

Inherited by CallFunc, FlipX, FlipY, Hide, Place, RemoveSelf, ReuseGrid, Show, StopGrid, and ToggleVisibility.

Public Member Functions

virtual void step (float dt) override
 
virtual void update (float time) override
 

Detailed Description

Instant actions are immediate actions.

They don't have a duration like the IntervalAction actions.

Member Function Documentation

◆ step()

virtual void step ( float dt)
overridevirtual
Parameters
dtIn seconds.

◆ update()

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

Reimplemented in CallFunc, FlipX, FlipY, Hide, Place, RemoveSelf, Show, and ToggleVisibility.


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