Vector4I
Struct
Read time 1 minuteLast updated 8 months ago
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 |