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 |
已过时.
垂直坐标。 |