Vector4IList
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- Vector4IList
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public class Vector4IList
Constructors
Vector4IList(Vector4I[])
public Vector4IList(Vector4I[] tab)
Parameters
Type | Name | Description |
|---|---|---|
| Vector4I[] | tab |
Vector4IList(int)
public Vector4IList(int size)
Parameters
Type | Name | Description |
|---|---|---|
| int | size |
Fields
length
public int length { get; }
Returns
Type | Description |
|---|---|
| int |
this[int]
public Vector4I this[int index] { get; set; }
Returns
Type | Description |
|---|---|
| Vector4I |
list
public Vector4I[] list
Returns
Type | Description |
|---|---|
| Vector4I[] |
Operators
implicit operator Vector4I[](Vector4IList)
public static implicit operator Vector4I[](Vector4IList o)
Parameters
Type | Name | Description |
|---|---|---|
| Vector4IList | o |
Returns
Type | Description |
|---|---|
| Vector4I[] |