Kanzi  3.9.6
Kanzi Engine API
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 >