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