AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
IzAnimTarget Class Reference

An animation target object. More...

#include <CzAnim.h>

Inheritance diagram for IzAnimTarget:
CzActor CzScene CzActorImage CzActorParticles CzActorText CzActorTilemap CzActorConnector CzUIBase CzUIBigImage CzUINavBar CzUIPicker CzUIStepper CzUIToolBar CzUIGrid CzUIIcon CzUIImageView CzUILabel CzUIListBox CzUIPanel CzUISlider CzUIVideoOverlay CzUIWebView

List of all members.

Public Member Functions

virtual bool UpdateFromAnimation (CzAnimInstance *animation)=0

Detailed Description

An animation target object.

Classes that derive from IzAnimTarget and implement UpdateFromAnimation() can have properties that can be the target of an animation. For example CzActor derives from IzAnimTarget and implements CzActor:: UpdateFromAnimation(). This enables animations to target their properties such as position, angle, scale etc.. using timelines.


Member Function Documentation


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