Udostępnij za pośrednictwem


Vec2 Struktura

Definicja

Przestroga

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

Struktura definiująca wartości podwójne X i 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
Dziedziczenie
System.ValueType
Vec2
Atrybuty
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Konstruktory

Vec2(Double, Double)
Przestarzałe.

Tworzy nowy Vec2 element zdefiniowany za pomocą x parametrów i y.

Pola

X
Przestarzałe.

Współrzędna pozioma.

Y
Przestarzałe.

Współrzędna pionowa.

Dotyczy