docs.unity3d.com
Version: 

    Class ULongList

    Inheritance
    object
    ULongList
    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 ULongList

    Constructors

    ULongList()

    Declaration
    public ULongList()

    ULongList(int)

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

    ULongList(ulong[])

    Declaration
    public ULongList(ulong[] tab)
    Parameters
    Type Name Description
    ulong[] tab

    Fields

    list

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

    Properties

    this[int]

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

    length

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

    Operators

    implicit operator ulong[](ULongList)

    Declaration
    public static implicit operator ulong[](ULongList o)
    Parameters
    Type Name Description
    ULongList o
    Returns
    Type Description
    ulong[]
    Version 2024.2.2.3
    • 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.