API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceCurveKey

@codexo/exojs-particles / particles / stable

A keyframe in a Curve: value `v` at lifetime ratio `t` in `[0, 1]`.

2
props
0
methods
0
events
Import
import { CurveKey } from '@codexo/exojs-particles'

A keyframe in a Curve: value `v` at lifetime ratio `t` in `[0, 1]`.

Properties2
t: number
v: number
Source