Options
All
  • Public
  • Public/Protected
  • All
Menu

A Blend Mode behavior that applies a blend mode value to the particle at initialization.

Example config:

{
type: 'blendMode',
config: {
blendMode: 'multiply',
}
}

Hierarchy

  • BlendModeBehavior

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: string
editorConfig: BehaviorEditorConfig = null
type: string = 'blendMode'

Methods

Generated using TypeDoc