Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

GetTessellationInfosReturn

Struct
Read time 1 minuteLast updated 21 hours ago

Inherited Members
Namespace: UnityEngine.Pixyz.Scene
[Serializable]public struct GetTessellationInfosReturn

Constructors

GetTessellationInfosReturn(GetTessellationInfosReturn)

public GetTessellationInfosReturn(GetTessellationInfosReturn o)
Parameters

Type

Name

Description

GetTessellationInfosReturno

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