Vector4I
Struct
読み終わるまでの所要時間 1 分最終更新 8ヶ月前
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 |