Oxygine  1
2g game engine
Public Member Functions | Public Attributes | List of all members
oxygine::TweenOptions Class Reference

Public Member Functions

 TweenOptions (timeMS duration=500)
 
TweenOptionsduration (timeMS duration)
 
TweenOptionsdelay (timeMS delay)
 
TweenOptionsloops (int loops)
 
TweenOptionstwoSides (bool enabled=true)
 
TweenOptionsease (Tween::EASE ease)
 
TweenOptionsdetach (bool detach_=true)
 
TweenOptionsglobalEase (Tween::EASE ease)
 
TweenOptionsdoneCallback (const EventCallback &cb)
 

Public Attributes

EventCallback _callback
 
timeMS _duration
 
timeMS _delay
 
Tween::EASE _ease
 
Tween::EASE _globalEase
 
int _loops
 
bool _twoSides
 
bool _detach
 

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