docs.unity3d.com
Version: 

    Class IntList

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

    Constructors

    IntList()

    Declaration
    public IntList()

    IntList(int)

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

    IntList(int[])

    Declaration
    public IntList(int[] tab)
    Parameters
    Type Name Description
    int[] tab

    Fields

    list

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

    Properties

    this[int]

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

    length

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

    Operators

    implicit operator int[](IntList)

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