Vec2 Yapı

Tanım

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.ValueType
Vec2
Öznitelikler
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Oluşturucular

Vec2(Double, Double)
Geçersiz.

ve ytarafından x tanımlanan yeni Vec2 bir oluşturur.

Alanlar

X
Geçersiz.

Yatay koordinat.

Y
Geçersiz.

Dikey koordinat.

Şunlara uygulanır