GetTessellationInfosReturn
Struct
Read time 1 minuteLast updated 8 months ago
Inherited Members
Namespace: UnityEngine.Pixyz.Scene
[Serializable]public struct GetTessellationInfosReturn
Constructors
GetTessellationInfosReturn(GetTessellationInfosReturn)
public GetTessellationInfosReturn(GetTessellationInfosReturn o)
Parameters
Type | Name | Description |
|---|---|---|
| GetTessellationInfosReturn | o |
Fields
partCount
public int partCount
Returns
Type | Description |
|---|---|
| int |
totalPartCount
public int totalPartCount
Returns
Type | Description |
|---|---|
| int |
vertexCount
public int vertexCount
Returns
Type | Description |
|---|---|
| int |
totalVertexCount
public int totalVertexCount
Returns
Type | Description |
|---|---|
| int |
edgeCount
public int edgeCount
Returns
Type | Description |
|---|---|
| int |
totalEdgeCount
public int totalEdgeCount
Returns
Type | Description |
|---|---|
| int |
polygonCount
public int polygonCount
Returns
Type | Description |
|---|---|
| int |
totalPolygonCount
public int totalPolygonCount
Returns
Type | Description |
|---|---|
| int |
patchCount
public int patchCount
Returns
Type | Description |
|---|---|
| int |
totalPatchCount
public int totalPatchCount
Returns
Type | Description |
|---|---|
| int |
boundaryCount
public int boundaryCount
Returns
Type | Description |
|---|---|
| int |
boundaryEdgeCount
public int boundaryEdgeCount
Returns
Type | Description |
|---|---|
| int |
nonManifoldEdgeCount
public int nonManifoldEdgeCount
Returns
Type | Description |
|---|---|
| int |