Sdílet prostřednictvím


Vec2 Struktura

Definice

Upozornění

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

Struktura definující dvojité hodnoty X a 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
Dědičnost
System.ValueType
Vec2
Atributy
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Konstruktory

Vec2(Double, Double)
Zastaralé.

Vytvoří nový Vec2 , který je definován pomocí x a y.

Pole

X
Zastaralé.

Vodorovná souřadnice.

Y
Zastaralé.

Svislá souřadnice.

Platí pro