Skip to content
CameraSwitchBlendFunction

玩法 / CameraSwitchBlendFunction

CameraSwitchBlendFunction Enumeration
​

切换摄像机时运用的混合函数

Table of contents ​

Enumeration Members
​

Cubic = 1
EaseIn = 2
EaseInOut = 4
EaseOut = 3
Linear = 0

Enumeration Members ​

Cubic
​

• Cubic = 1

有轻微的缓入和缓出,但缓和程度无法调整


EaseIn
​

• EaseIn = 2

立即加速,但平稳减速到目标,由blendExp参数控制的缓和程度


EaseInOut
​

• EaseInOut = 4

相机平稳地加速和减速,由 BlendExp 控制缓和程度


EaseOut
​

• EaseOut = 3

相机平稳加速,但不会减速到目标,由blendExp参数控制的缓和程度


Linear
​

• Linear = 0

简单的线性插值