Submesh
Struct
Read time 1 minuteLast updated 18 hours ago
Inherited Members
- Equals(object)
- GetHashCode()
- ToString()
- Equals(object, object)
- GetType()
- ReferenceEquals(object, object)
Namespace: UnityEngine.Pixyz.Polygonal
[Serializable]public struct Submesh
Constructors
Submesh(Submesh)
Parameterspublic Submesh(Submesh o)
Type | Name | Description |
|---|---|---|
| Submesh | o |
Fields
material
Returnspublic uint material
Type | Description |
|---|---|
| uint |
firstTri
Returnspublic int firstTri
Type | Description |
|---|---|
| int |
triCount
Returnspublic int triCount
Type | Description |
|---|---|
| int |
firstQuad
Returnspublic int firstQuad
Type | Description |
|---|---|
| int |
quadCount
Returnspublic int quadCount
Type | Description |
|---|---|
| int |
externalId
Returnspublic uint externalId
Type | Description |
|---|---|
| uint |