Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzuAnimationItem Struct Reference

Structure for animation item. More...

#include <kzu_animation_item.h>

Data Fields

struct KzuResource resource
 Inherited from resource. More...
 
struct KzuUIDomainuiDomain
 UI Domain. More...
 
enum KzuAnimationItemType type
 Type of the animation item. More...
 
kzMutableString name
 Name for the animation item. More...
 
kzBool changeFlagSet
 Is the change flag set. More...
 
struct KzuAnimationItemClass animationItemClass
 Class of the animation item. More...
 

Detailed Description

Structure for animation item.

Animation item is the base class of KzuAnimation, KzuAnimationClip and KzuTimeLineSequence.

Field Documentation

struct KzuResource KzuAnimationItem::resource

Inherited from resource.

struct KzuUIDomain* KzuAnimationItem::uiDomain

UI Domain.

enum KzuAnimationItemType KzuAnimationItem::type

Type of the animation item.

kzMutableString KzuAnimationItem::name

Name for the animation item.

kzBool KzuAnimationItem::changeFlagSet

Is the change flag set.

struct KzuAnimationItemClass KzuAnimationItem::animationItemClass

Class of the animation item.

E.g. animation, clip or sequence.


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