Skip to content

BehaviorStaticConfig<DataType>

ts
type BehaviorStaticConfig<DataType> = object;

Common type defining static configuration for various behaviors.

Type Parameters

DataType

DataType

Type of data used for the static value.

Properties

mode

ts
mode: "static";

Behavior mode - can only be "static" in this configuration.


value

ts
value: DataType;

Static value applied to all particles.