Kanzi  3.9.5
Kanzi Engine API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
action.hpp File Reference

Classes

class  kanzi::Action
 Actions are small operations that Kanzi executes when the trigger event that contains that action occurs and the trigger conditions are met. More...
 

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

Typedefs

using kanzi::ActionConstIterator = ActionContainer::const_iterator
 
using kanzi::ActionContainer = vector< ActionSharedPtr >
 
using kanzi::ActionSharedPtr = shared_ptr< Action >
 
using kanzi::ActionWeakPtr = weak_ptr< Action >