Plane

Plane()

Inicializa una nueva instancia delPlane con tamaño por defecto 1x1.

public Plane()

Ver también


Plane(double, double)

Inicializa una nueva instancia delPlane .

public Plane(double length, double width)
ParámetroEscribeDescripción
lengthDoubleLongitud del avión.
widthDoubleAncho del plano.

Ver también


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

Inicializa una nueva instancia delPlane .

public Plane(string name, double length, double width, int lengthSegments, int widthSegments)
ParámetroEscribeDescripción
nameStringNombre.
lengthDoubleLongitud del avión.
widthDoubleAncho del plano.
lengthSegmentsInt32Segmentos de longitud.
widthSegmentsInt32Segmentos de ancho.

Ver también