Plane

Plane()

の新しいインスタンスを初期化しますPlaneデフォルトサイズ 1x1.

public Plane()

関連項目


Plane(double, double)

の新しいインスタンスを初期化しますPlane.

public Plane(double length, double width)
パラメータタイプ説明
lengthDouble平面の長さ。
widthDouble平面の幅。

関連項目


Plane(string, double, double, int, int)

の新しいインスタンスを初期化しますPlane.

public Plane(string name, double length, double width, int lengthSegments, int widthSegments)
パラメータタイプ説明
nameString名前。
lengthDouble平面の長さ。
widthDouble平面の幅。
lengthSegmentsInt32長さのセグメント。
widthSegmentsInt32幅セグメント。

関連項目