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