Skip to content

Home > @esengine/ecs-framework-monorepo > Keyframe_2

Keyframe_2 interface

关键帧数据结构

Signature:

typescript
export interface Keyframe<T>

Properties

Property

Modifiers

Type

Description

easing?

(t: number) => number

(Optional)

time

number

value

T

基于 MIT 许可证发布