Vec2 Yapı

Tanım

Dikkat

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

X ve Y Double 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
Vec2
Öznitelikler

Oluşturucular

Vec2(Double, Double)

Vec2Ve tarafından tanımlanan yeni bir oluşturur x y .

Alanlar

X

Yatay koordinat.

Y

Dikey koordinat.

Şunlara uygulanır