Vec2 Estructura

Definición

Precaución

This is no longer used, and might be removed at some point

Estructura que define los valores dobles de X e Y.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("This is no longer used, and might be removed at some point ")]
public struct Vec2
type Vec2 = struct
Herencia
System.ValueType
Vec2
Atributos
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Constructores

Vec2(Double, Double)
Obsoletos.

Crea un Vec2 que se define con x y y.

Campos

X
Obsoletos.

Coordenada horizontal.

Y
Obsoletos.

Coordenada vertical.

Se aplica a