Options
All
  • Public
  • Public/Protected
  • All
Menu

パーティクルエミッターのバリューオブジェクトのクラスです。

Hierarchy

  • Particle

Index

Constructors

constructor

Properties

alphaCurveType

alphaCurveType: number

アルファカーブ

colorCommand

colorCommand: any

カラーを設定するCreateJSのグラフィックスコマンドです。

currentLife

currentLife: number

パーティクルの現在の残り生存期間(フレーム数)です。

easingAlpha

easingAlpha: function

アルファのイージング関数です。

Type declaration

    • (life: number): number
    • Parameters

      • life: number

      Returns number

easingScale

easingScale: function

スケールのイージング関数です。

Type declaration

    • (life: number): number
    • Parameters

      • life: number

      Returns number

finishAlpha

finishAlpha: number

終了時のアルファ値です0〜1.0の間になります。

finishScale

finishScale: number

終了時のスケール値です0〜1.0の間になります。

isAlive

isAlive: boolean

パーティクルが生きているかのフラグです。

particleShape

particleShape: Container

パーティクルの形状です。

type

{createjs.Container}

startAlpha

startAlpha: number

開始アルファ値です0〜1.0の間になります。

startColor

startColor: ColorData

開始時のカラーです。

startScale

startScale: number

開始スケール値です0〜1.0の間になります。

totalLife

totalLife: number

パーティクルの生存期間(フレーム数)です。

vx

vx: number

パーティクルが現在向かっている方向ベクトルです。

vy

vy: number

パーティクルが方向ベクトルです。

x

x: number

パーティクルの現在のX位置です。

y

y: number

パーティクルの現在のY位置です。

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc