For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/interfaces/RotationKeyFrame.md.

Interface: RotationKeyFrame

Beta

保存相机动画旋转角度的关键帧。

Key frame that holds the rotation of the camera animation.

Properties

easingFunc?

optional easingFunc?: EasingType

Beta

Remarks

该帧在旋转中使用的可选缓动类型。

The optional easing type that the frame will use for rotation.


rotation

rotation: Vector3

Beta

Remarks

相机旋转值。

Value of the rotation of the camera.


timeSeconds

timeSeconds: number

Beta

Remarks

相机到达指定旋转角度的时间值。

Time value that the camera will be at the given rotation.