Vec2 結構

定義

警告

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

定義 X 和 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
繼承
System.ValueType
Vec2
屬性
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

建構函式

Vec2(Double, Double)
已淘汰.

建立由 xy 定義的新 Vec2

欄位

X
已淘汰.

水平座標。

Y
已淘汰.

垂直座標。

適用於