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