docs.unity3d.com
Version: 

    Class ProfileBaseList

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

    Constructors

    ProfileBaseList(int)

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

    ProfileBaseList(ProfileBase[])

    Declaration
    public ProfileBaseList(ProfileBase[] tab)
    Parameters
    Type Name Description
    ProfileBase[] tab

    Fields

    list

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

    Properties

    this[int]

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

    length

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

    Operators

    implicit operator ProfileBase[](ProfileBaseList)

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