FluidContainer Class

Caution

This class is still in pre-release. Its signature may change or it may be removed in future releases.

Represents constants related to fluid containers.

Constants

maxFillLevel

static read-only maxFillLevel = 6;

Constant that represents the maximum fill level of a fluid container.

Type: number

minFillLevel

static read-only minFillLevel = 0;

Constant that represents the minimum fill level of a fluid container.

Type: number