Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members

ESceneNodeAnimatorTypes.h

Go to the documentation of this file.
00001 // Copyright (C) 2002-2008 Nikolaus Gebhardt
00002 // This file is part of the "Irrlicht Engine".
00003 // For conditions of distribution and use, see copyright notice in irrlicht.h
00004 
00005 #ifndef __E_SCENE_NODE_ANIMATOR_TYPES_H_INCLUDED__
00006 #define __E_SCENE_NODE_ANIMATOR_TYPES_H_INCLUDED__
00007 
00008 namespace irr
00009 {
00010 namespace scene
00011 {
00012 
00014         enum ESCENE_NODE_ANIMATOR_TYPE
00015         {
00017                 ESNAT_FLY_CIRCLE = 0,
00018 
00020                 ESNAT_FLY_STRAIGHT,
00021 
00023                 ESNAT_FOLLOW_SPLINE,
00024 
00026                 ESNAT_ROTATION,
00027 
00029                 ESNAT_TEXTURE,
00030 
00032                 ESNAT_DELETION,
00033 
00035                 ESNAT_COLLISION_RESPONSE,
00036 
00038                 ESNAT_COUNT,
00039 
00041                 ESNAT_UNKNOWN,
00042 
00045                 ESNAT_FORCE_32_BIT = 0x7fffffff
00046         };
00047 
00048 } // end namespace scene
00049 } // end namespace irr
00050 
00051 
00052 #endif
00053 

The Irrlicht Engine
The Irrlicht Engine Documentation © 2003-2008 by Nikolaus Gebhardt. Generated on Sun Jun 1 07:59:07 2008 by Doxygen (1.4.2)