modular-avatar/docs~/i18n/ja/docusaurus-plugin-content-docs/current/reference/world-fixed-object.md
kurotu efdb5dbe8b
docs(world-fixed-object): fix description for Quest (#586)
Currently World Fixed Object prevents Quest build (#581).
2023-12-27 20:30:23 +09:00

1.0 KiB

World Fixed Object

World Fixed Object component

このコンポーネントを付けることで、GameObjectをワールドに固定できます。

いつ使うもの?

GameObjectをワールド固定したいとき。

セットアップ方法

ワールド固定したいGameObjectにWorld Fixed Objectコンポーネントをつけるだけです。設定はありません。

このコンポーネントは自動的にワールド原点に固定されたGameObjectをアバター直下に作り、その子にWorld Fixed ObjectのついたGameObjectを移動させます。 World Fixed ObjectのついたGameObjectはParent Constraint等を使用してワールド内の位置を調整できます。

複数のWorld Fixed Objectコンポーネントを使っても、Constraintは一つだけです。なので、複数のGameObjectを指定しても、その分重くなることはありません。

技術的な制約により、Quest単体では動作できず、Quest向けのビルドでは使用できません。