Vector4I
Struct
阅读时间1 分钟最后更新于 2 个月前
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public struct Vector4I
Constructors
Vector4I(Vector4I)
public Vector4I(Vector4I o)
Parameters
Type | Name | Description |
|---|---|---|
| Vector4I | o |
Fields
x
public int x
Returns
Type | Description |
|---|---|
| int |
y
public int y
Returns
Type | Description |
|---|---|
| int |
z
public int z
Returns
Type | Description |
|---|---|
| int |
w
public int w
Returns
Type | Description |
|---|---|
| int |