Kanzi  3.9.6
Kanzi Engine API
prefab.hpp File Reference

Classes

class  kanzi::PrefabTemplate
 A prefab template contains information that is required to create a tree of Node instances. More...
 
class  kanzi::PrefabTemplateNode
 A prefab template node contains information that is required to create node instances: the metaclass of the node, the (initial) property values of the node, information about the bindings and node components of the node, and the list of of child nodes. More...
 

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

Typedefs

typedef shared_ptr< PrefabTemplateNode > kanzi::PrefabTemplateNodeSharedPtr
 
typedef weak_ptr< PrefabTemplateNode > kanzi::PrefabTemplateNodeWeakPtr
 
using kanzi::PrefabTemplateSharedPtr = shared_ptr< PrefabTemplate >