Vec2 Struktur
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Perhatian
This is no longer used, and might be removed at some point
Struct menentukan nilai ganda X dan 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
- Warisan
-
System.ValueTypeVec2
- Atribut
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute
Konstruktor
Vec2(Double, Double) |
Kedaluwarsa.
Membuat baru Vec2 yang ditentukan oleh |
Bidang
X |
Kedaluwarsa.
Koordinat horizontal. |
Y |
Kedaluwarsa.
Koordinat vertikal. |