Vec2 Yapı
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dikkat
This is no longer used, and might be removed at some point
X ve Y çift değerlerini tanımlayan yapı.
[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
- Devralma
-
System.ValueTypeVec2
- Öznitelikler
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute
Oluşturucular
Vec2(Double, Double) |
Geçersiz.
ve |
Alanlar
X |
Geçersiz.
Yatay koordinat. |
Y |
Geçersiz.
Dikey koordinat. |