13 #ifndef DOCUMENTATION_GENERATOR
15 #if defined (__ANIMATOR_BUILD__)
16 # define __ANIMATOR_DECLSPEC__ __declspec(dllexport)
18 # define __ANIMATOR_DECLSPEC__ __declspec(dllimport)
21 #define ANIMATOR_EXPORTED __ANIMATOR_DECLSPEC__
25 #define ANIMATOR_EXPORTED
54 INTERPOLATIONTYPE_ArcLengthLinear = 0,
55 INTERPOLATIONTYPE_ArcLengthCubic = 1,
56 INTERPOLATIONTYPE_Points = 2,
65 ROTATIONORDER_XYZ = 0,
66 ROTATIONORDER_XZY = 1,
67 ROTATIONORDER_YXZ = 2,
68 ROTATIONORDER_YZX = 3,
69 ROTATIONORDER_ZXY = 4,
70 ROTATIONORDER_ZYX = 5,
#define ANIMATOR_EXPORTED
Definition: AnimatedElementController.h:25
#define USING_NAMESPACE_BENTLEY
Definition: Bentley.h:133
RefCountedPtr< struct AnimatedElementController > AnimatedElementControllerPtr
Definition: AnimatedElementController.h:36
A shared pointer template for reference-counted objects.
Definition: RefCounted.h:119
Base class to make a class non-copyable.
Definition: NonCopyableClass.h:23
Concrete class that can be used to implement the reference-counting pattern.
Definition: RefCounted.h:109
#define USING_NAMESPACE_RELATIONSHIP
Definition: Relationship.h:2527