Options
All
  • Public
  • Public/Protected
  • All
Menu

A Color behavior that applies a single color to the particle's tint property at initialization.

Example config:

{
type: 'colorStatic',
config: {
color: '#ffff00',
}
}

Hierarchy

  • StaticColorBehavior

Implements

Index

Constructors

Properties

order: BehaviorOrder = BehaviorOrder.Normal

Order in which the behavior will be handled. Lower numbers are handled earlier, with an order of 0 getting special treatment before the Emitter's transformation is applied.

value: number
editorConfig: BehaviorEditorConfig = null
type: string = 'colorStatic'

Methods

Generated using TypeDoc