Vector4I
Struct
Read time 1 minuteLast updated 18 hours ago
Inherited Members
- Equals(object)
- GetHashCode()
- ToString()
- Equals(object, object)
- GetType()
- ReferenceEquals(object, object)
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public struct Vector4I
Constructors
Vector4I(Vector4I)
Parameterspublic Vector4I(Vector4I o)
Type | Name | Description |
|---|---|---|
| Vector4I | o |
Fields
x
Returnspublic int x
Type | Description |
|---|---|
| int |
y
Returnspublic int y
Type | Description |
|---|---|
| int |
z
Returnspublic int z
Type | Description |
|---|---|
| int |
w
Returnspublic int w
Type | Description |
|---|---|
| int |