Class: Parameter

mapray.animation~BindingBlock~ Parameter


new Parameter(id, types)

アニメーション可能パラメータの情報

Parameters:
Name Type Description
id string

パラメータ ID

types Array.<mapray.animation.Type>

サポートする型のリスト

Source:
See:

Members


<readonly> id :string

パラメータ ID

Type:
  • string
Source:

<readonly> types :Array.<mapray.animation.Type>

サポートする型のリスト

パラメータに結合可能なアニメーション関数の型の配列である。

配列は 1 またはそれ以上の型を含む。

Type:
Source:
See: