言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

RectTransform.SetInsetAndSizeFromParentEdge

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

Switch to Manual
public function SetInsetAndSizeFromParentEdge(edge: Edge, inset: float, size: float): void;
public void SetInsetAndSizeFromParentEdge(Edge edge, float inset, float size);
public def SetInsetAndSizeFromParentEdge(edge as Edge, inset as float, size as float) as void

Parameters

edge 親レクタングルのエッジはフォームをはめ込みます。
inset 距離をはめ込む。
size インセットの同方向のレクタングルのサイズ

Description

親レクタングルの指定されたエッジにそのサイズを設定しながらレクタングルの相対的な距離を設定します。

両方のアンカー、anchoredPosition と sizeDelta 、 折り込みのために指定する端に依存する、水平または垂直コンポーネントだけが、このメソッドのセットを呼び出します。 この方法はレイアウトの動作をスクリプト化する際に特に便利です。アンカー機能を気にすることなく、親エッジに相対的な位置を簡単に指定します。