Interface ParticleTweenKeyframe<T>

interface ParticleTweenKeyframe<T> {
    times: number[];
    values: T[];
}

Type Parameters

  • T extends number | THREE.Vector3

Properties

Properties

times: number[]
values: T[]
""