Skip to content

@minecraft/server


@minecraft/server / ProgressKeyFrame

Interface: ProgressKeyFrame ​

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

Key frame that holds the progress of the camera animation.

Properties ​

alpha ​

alpha: number

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

Remarks ​

Value to denote how far along the curve the camera will be. Values are [0.0, 1.0] inclusive.


easingFunc? ​

optional easingFunc?: EasingType

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

Remarks ​

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


timeSeconds ​

timeSeconds: number

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

Remarks ​

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