-
Notifications
You must be signed in to change notification settings - Fork 0
MoveObject
riku1227 edited this page Mar 9, 2021
·
2 revisions
服側にあるオブジェクトをアバター側に移動させるオプションのときに使用されるクラス
キー | 値 | 必須/任意 | 説明 |
---|---|---|---|
from | 文字列 | 必須 | 移動させる服側のオブジェクトを設定します オブジェクトの中にあるオブジェクトなどは'/'を使用してフルパスで指定します |
to | 文字列 | 必須 | 移動先のアバター側のオブジェクトを設定します オブジェクトの中にあるオブジェクトなどは'/'を使用してフルパスで指定します |
-
CustomOperation
- オプションの処理を定義するクラス
- MoveObjectが使用されます
- 服側の
Armature/hips/cloth_skirt_bone
をアバター側のArmature/hips
の中に入れる
{
"from": "Armature/hips/cloth_skirt_bone",
"to": "Armature/hips"
}
- 服側の
example_object
をアバター側のArmature/hips/spine/neck/head
の中に入れる
{
"from": "example_object",
"to": "Armature/hips/spine/neck/head"
}
-
- ファイル構造
- リファレンス
- ファイル構造
- リファレンス