Canvas Group
Visual Components

Canvas Renderer

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Canvas Renderer コンポーネントは, Canvas 内に含まれるグラフィカルな UI オブジェクトを描画します。

プロパティ

Canvas Renderer にはインスペクターに表示されるプロパティがありません。

詳細

メニュー(GameObject > Create UI)から利用することが可能な標準的なUIオブジェクト全ては,必要なCanvas Rendererがアタッチされた状態ですが,カスタムUIオブジェクトではコンポーネントを手動でアタッチしなければいけません。とはいえ,インスペクターでプロパティが表示されるわけではなく,スクリプトからいくつかのプロパティと関数にアクセスすることができます。さらなる詳細はスクリプトリファレンスのCanvasRendererを参照してください。

Canvas Group
Visual Components