Vec2 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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.ValueTypeVec2
- 屬性
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute
建構函式
Vec2(Double, Double) |
已淘汰.
建立由 |
欄位
X |
已淘汰.
水平座標。 |
Y |
已淘汰.
垂直座標。 |