Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Effect

Hierarchy

  • Effect

Callable

  • Effect(nameOrIndex: string | number): Property<string>
  • Parameters

    • nameOrIndex: string | number

      The name or index of the property to retrieve

    Returns Property<string>

    A property within an effect, e.g. "Slider"

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

active

active: boolean = true

Returns true if the effect is turned on

Methods

param

  • param(nameOrIndex: string | number): Property<string>
  • Parameters

    • nameOrIndex: string | number

      The name or index of the property to retrieve

    Returns Property<string>

    A property within an effect, e.g. "Slider"

Generated using TypeDoc