Options
All
  • Public
  • Public/Protected
  • All
Menu

An Alpha behavior that applies a static value to the particle's opacity at particle initialization.

Example config:

{
type: 'alphaStatic',
config: {
alpha: 0.75,
}
}

Hierarchy

  • StaticAlphaBehavior

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 = 'alphaStatic'

Methods

Generated using TypeDoc