The sync module sincronize two agents from two different agent group. The metadata from the "metadata" list is copied from the driver agent to the driven one. The sync module works only if the agentgroup has a parent agent group attached and it will copy these metadatas form the driver with the same group id.
Attributes
...
Syncモジュールは、2つの異なるエージェントグループからの2つのエージェントを同期します。 「Metadata」リストからのメタデータは、DriverエージェントからDrivenエージェントにコピーされます。Syncモジュールは、エージェントグループにParent Agent Groupがアタッチされ、同一のGroup IDを保有するドライバから、これらのメタデータをコピーする場合にのみ機能します。
...
Attributes
アトリビュート | タイプ | 上書き可能 | 説明 |
---|---|---|---|
agentType | 文字列 | yes | エージェントによって使用されるエージェントタイプ。Syncモジュールは、現在のLayoutモジュールをオーバーライドし、Parent Agent Groupからのレイアウトデータを使用します。 |
metadata | 文字列配列 | no | 親エージェントからコピーするメタデータ |
parentJoint | 文字列 | yes | エージェントをコンストレイントするために使用される親エージェントのジョイント名 |
joint | 文字列 | yes | 親エージェントとのコンストレイントに使用されるエージェントジョイント |
translationOffset | vec | yes |
エージェント変換オフセット | ||
rotationOffset | vec | yes |
エージェント回転オフセット | ||
scaleOffset | vec | yes |
エージェントスケールオフセット | ||
keepClipOffset | bool | yes |
ジョイントアニメーションを維持する |