docs.unity3d.com
Version: 

    Class MeshDefinitionList

    Inheritance
    object
    MeshDefinitionList
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Pixyz.Polygonal
    Syntax
    [Serializable]
    public class MeshDefinitionList

    Constructors

    MeshDefinitionList(int)

    Declaration
    public MeshDefinitionList(int size)
    Parameters
    Type Name Description
    int size

    MeshDefinitionList(MeshDefinition[])

    Declaration
    public MeshDefinitionList(MeshDefinition[] tab)
    Parameters
    Type Name Description
    MeshDefinition[] tab

    Fields

    list

    Declaration
    public MeshDefinition[] list
    Field Value
    Type Description
    MeshDefinition[]

    Properties

    this[int]

    Declaration
    public MeshDefinition this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    MeshDefinition

    length

    Declaration
    public int length { get; }
    Property Value
    Type Description
    int

    Operators

    implicit operator MeshDefinition[](MeshDefinitionList)

    Declaration
    public static implicit operator MeshDefinition[](MeshDefinitionList o)
    Parameters
    Type Name Description
    MeshDefinitionList o
    Returns
    Type Description
    MeshDefinition[]
    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.