Skip to content

@minecraft/server


@minecraft/server / RotationKeyFrame

Interface: RotationKeyFrame ​

Defined in: @minecraft/server/index.d.ts:24683

Key frame that holds the rotation of the camera animation.

Properties ​

easingFunc? ​

optional easingFunc?: EasingType

Defined in: @minecraft/server/index.d.ts:24690

Remarks ​

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


rotation ​

rotation: Vector3

Defined in: @minecraft/server/index.d.ts:24696

Remarks ​

Value of the rotation of the camera.


timeSeconds ​

timeSeconds: number

Defined in: @minecraft/server/index.d.ts:24702

Remarks ​

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