Parameter¶
アニメーション可能パラメータの情報
See¶
[[BindingBlock.enumSupportedParameters]]
Constructors¶
new Parameter()¶
new Parameter(
id,types):Parameter
Parameters¶
| Parameter | Type | Description |
|---|---|---|
id |
string |
パラメータ ID |
types |
Type[] |
サポートする型のリスト |
Returns¶
Accessors¶
id¶
getid():string
パラメータ ID
Returns¶
string
types¶
gettypes():Type[]
サポートする型のリスト
パラメータに結合可能なアニメーション関数の型の配列である。
配列は 1 またはそれ以上の型を含む。
See¶
[[Curve.isTypeSupported]]
Returns¶
Type[]