技術詳細
同じ id の track が両方にある場合は、b 側が優先されます。
merge の内部実装は RecordedLayer へ bridge してから行っています。
使用例
- base motion と overlay motion を 1 つの clip にまとめたい時に使います。
Merges two AnimationClip documents, replacing tracks with the same id
| Name | Type | Description |
|---|---|---|
A a | AnimationClip | ベースになる AnimationClip document です |
B b | AnimationClip | 重ねる AnimationClip document です |
時間 time | Float | 評価時刻を上書きするオプション入力 |
| Name | Type | Description |
|---|---|---|
クリップ clip | AnimationClip | 統合済み AnimationClip document です |
レイヤー layer | RecordedLayer | 統合済み clip を RecordedLayer として見た bridge 出力です |
値 value | Map | 指定時刻で評価した統合 clip の現在値です |
概要 summary | Text | 短い概要文字列です |
同じ id の track が両方にある場合は、b 側が優先されます。
merge の内部実装は RecordedLayer へ bridge してから行っています。