# CameraAnimationParams
Simple object used to control camera animations.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# curve
curve :Number
Animation curve or easing function to apply to the animation.
Specify one of the animation constants, ANIMATION_CURVE_EASE_IN, ANIMATION_CURVE_EASE_IN_OUT, ANIMATION_CURVE_EASE_OUT, or ANIMATION_CURVE_LINEAR.