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폭 세그먼트.

또한보십시오