TeleportObject のバックアップ(No.2)
- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- 現在との差分 - Visual を表示
- ソース を表示
- TeleportObject へ行く。
- 1 (2021-11-12 (金) 01:45:08)
- 2 (2021-11-21 (日) 11:43:13)
- 3 (2021-12-11 (土) 11:31:24)
概要 
対象のGameObjectを指定位置に移動させる。
パラメータ 
Recievers | 対象のGameObject |
Teleport Location | 移動先 |
Remove Velocity | 物理運動を停止させる |
元となるVRC_TriggerのAction名 
VRC_ObjectSyncに対するSendRPC ⇒TeleportTo
Udon実装概要 
対象のGameObjectに移動先のposition、rotationを設定する。