docs.unity3d.com
Version: 

    Struct GetTessellationInfosReturn

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Pixyz.Scene
    Syntax
    [Serializable]
    public struct GetTessellationInfosReturn

    Constructors

    GetTessellationInfosReturn(GetTessellationInfosReturn)

    Declaration
    public GetTessellationInfosReturn(GetTessellationInfosReturn o)
    Parameters
    Type Name Description
    GetTessellationInfosReturn o

    Fields

    boundaryCount

    Declaration
    public int boundaryCount
    Field Value
    Type Description
    int

    boundaryEdgeCount

    Declaration
    public int boundaryEdgeCount
    Field Value
    Type Description
    int

    edgeCount

    Declaration
    public int edgeCount
    Field Value
    Type Description
    int

    nonManifoldEdgeCount

    Declaration
    public int nonManifoldEdgeCount
    Field Value
    Type Description
    int

    partCount

    Declaration
    public int partCount
    Field Value
    Type Description
    int

    patchCount

    Declaration
    public int patchCount
    Field Value
    Type Description
    int

    polygonCount

    Declaration
    public int polygonCount
    Field Value
    Type Description
    int

    totalEdgeCount

    Declaration
    public int totalEdgeCount
    Field Value
    Type Description
    int

    totalPartCount

    Declaration
    public int totalPartCount
    Field Value
    Type Description
    int

    totalPatchCount

    Declaration
    public int totalPatchCount
    Field Value
    Type Description
    int

    totalPolygonCount

    Declaration
    public int totalPolygonCount
    Field Value
    Type Description
    int

    totalVertexCount

    Declaration
    public int totalVertexCount
    Field Value
    Type Description
    int

    vertexCount

    Declaration
    public int vertexCount
    Field Value
    Type Description
    int
    Version 2024.3.0.10
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX.