[take laws and regulations lightly](../groups/take laws and regulations lightly.take laws and regulations lightly.md) / CameraSwitchBlendFunction
CameraSwitchBlendFunction Enumeration
Mixed function used when switching camera
Table of contents
Enumeration Members
Cubic = 1 |
---|
EaseIn = 2 |
EaseInOut = 4 |
EaseOut = 3 |
Linear = 0 |
Enumeration Members
Cubic
• Cubic = 1
Slight ease in and ease out, but the degree of ease cannot be adjust
EaseIn
• EaseIn = 2
Accelerate immediately, but decelerate smoothly to the target, and the degree of relaxation is controlled by the blendExp parameter
EaseInOut
• EaseInOut = 4
The camera accelerates and decelerates smoothly, with the smoothness controlled by BlendExp
EaseOut
• EaseOut = 3
The camera accelerates smoothly, but does not decelerate to the target. The degree of relaxation is controlled by the blendExp parameter
Linear
• Linear = 0
Simple linear interpolation