new Binder(updater, curve, type, setter)
アニメーションパラメータの結合
パラメータと curve と updater を結合する。
パラメータ値は setter を通して設定される。
setter には type 型の値が渡される。
Parameters:
Name | Type | Description |
---|---|---|
updater |
mapray.animation.Updater | アニメーションパラメータの更新管理 |
curve |
mapray.animation.Curve | アニメーション関数 |
type |
mapray.animation.Type | パラメータ値の型 |
setter |
mapray.animation.Binder.Setter | パラメータ設定関数 |
Throws:
mapray.animation.TypeMismatchError curve が type 型をサポートしていないとき
Members
-
<readonly> curve :mapray.animation.Curve
アニメーション関数
-
Type:
- Source:
-
<readonly> setter :mapray.animation.Binder.Setter
パラメータ設定関数
-
Type:
- Source:
-
<readonly> type :mapray.animation.Type
パラメータ値の型
-
Type:
- Source:
- See:
-
<readonly> updater :mapray.animation.Updater
アニメーションパラメータの更新管理
-
Type:
- Source:
Methods
-
unbind()
結合を解除
-
- Source:
Type Definitions
-
Setter(value)
パラメータ設定関数
-
Binder インスタンスの type 型のオブジェクトを受け取り、実際のパラメータを設定するための関数である。
Parameters:
Name Type Description value
object type 型のオブジェクト