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

スクリプト言語

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

Plane.Set3Points

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

public function Set3Points(a: Vector3, b: Vector3, c: Vector3): void;
public void Set3Points(Vector3 a, Vector3 b, Vector3 c);
public def Set3Points(a as Vector3, b as Vector3, c as Vector3) as void

Parameters

a 時計周りで 1 つめの点
b 時計周りで 2 つめの点
c 時計周りで 3 つめの点

Description

3 点の位置を設定して、平面を作成します。このときの 3 点の位置は、上部から見て時計回りで設定されます