コンテンツにスキップ

Parameter

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

See

[[BindingBlock.enumSupportedParameters]]

Constructors

new Parameter()

new Parameter(id, types): Parameter

Parameters

Parameter Type Description
id string パラメータ ID
types Type[] サポートする型のリスト

Returns

Parameter

Accessors

id

get id(): string

パラメータ ID

Returns

string


types

get types(): Type[]

サポートする型のリスト

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

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

See

[[Curve.isTypeSupported]]

Returns

Type[]