Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValueStep<T>

A single step of a ValueList.

Type parameters

  • T

Hierarchy

  • ValueStep

Index

Properties

Properties

time: number

The percentage time of the particle's lifespan that this step happens at. Values are between 0 and 1, inclusive.

value: T

The color or number to use at this step.

Generated using TypeDoc