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