docs.unity3d.com
    Show / Hide Table of Contents

    Class VtUInt64Array

    Inheritance
    Object
    Vt_ArrayBase
    VtUInt64Array
    Inherited Members
    Vt_ArrayBase.swigCMemOwn
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: pxr
    Syntax
    public class VtUInt64Array : Vt_ArrayBase, IDisposable

    Constructors

    VtUInt64Array()

    Declaration
    public VtUInt64Array()

    VtUInt64Array(VtUInt64Array)

    Declaration
    public VtUInt64Array(VtUInt64Array other)
    Parameters
    Type Name Description
    VtUInt64Array other

    VtUInt64Array(UInt32)

    Declaration
    public VtUInt64Array(uint n)
    Parameters
    Type Name Description
    UInt32 n

    VtUInt64Array(UInt32, UInt64)

    Declaration
    public VtUInt64Array(uint n, ulong value)
    Parameters
    Type Name Description
    UInt32 n
    UInt64 value

    Properties

    Item[Int32]

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

    Methods

    assign(UInt32, UInt64)

    Declaration
    public void assign(uint n, ulong fill)
    Parameters
    Type Name Description
    UInt32 n
    UInt64 fill

    capacity()

    Declaration
    public uint capacity()
    Returns
    Type Description
    UInt32

    clear()

    Declaration
    public void clear()

    CopyFromArray(IntPtr)

    Declaration
    public void CopyFromArray(IntPtr src)
    Parameters
    Type Name Description
    IntPtr src

    CopyFromArray(UInt64[])

    Declaration
    public void CopyFromArray(ulong[] src)
    Parameters
    Type Name Description
    UInt64[] src

    CopyToArray(IntPtr)

    Declaration
    public void CopyToArray(IntPtr dest)
    Parameters
    Type Name Description
    IntPtr dest

    CopyToArray(UInt64[])

    Declaration
    public void CopyToArray(ulong[] dest)
    Parameters
    Type Name Description
    UInt64[] dest

    Dispose()

    Declaration
    public override void Dispose()
    Overrides
    Vt_ArrayBase.Dispose()

    empty()

    Declaration
    public bool empty()
    Returns
    Type Description
    Boolean

    Equals(VtUInt64Array, VtUInt64Array)

    Declaration
    public static bool Equals(VtUInt64Array lhs, VtUInt64Array rhs)
    Parameters
    Type Name Description
    VtUInt64Array lhs
    VtUInt64Array rhs
    Returns
    Type Description
    Boolean

    Finalize()

    Declaration
    protected void Finalize()

    GetValue(Int32)

    Declaration
    protected ulong GetValue(int index)
    Parameters
    Type Name Description
    Int32 index
    Returns
    Type Description
    UInt64

    IsIdentical(VtUInt64Array)

    Declaration
    public bool IsIdentical(VtUInt64Array other)
    Parameters
    Type Name Description
    VtUInt64Array other
    Returns
    Type Description
    Boolean

    pop_back()

    Declaration
    public void pop_back()

    push_back(UInt64)

    Declaration
    public void push_back(ulong elem)
    Parameters
    Type Name Description
    UInt64 elem

    reserve(UInt32)

    Declaration
    public void reserve(uint num)
    Parameters
    Type Name Description
    UInt32 num

    resize(UInt32)

    Declaration
    public void resize(uint newSize)
    Parameters
    Type Name Description
    UInt32 newSize

    SetValue(Int32, UInt64)

    Declaration
    protected void SetValue(int index, ulong value)
    Parameters
    Type Name Description
    Int32 index
    UInt64 value

    size()

    Declaration
    public uint size()
    Returns
    Type Description
    UInt32

    swap(VtUInt64Array)

    Declaration
    public void swap(VtUInt64Array other)
    Parameters
    Type Name Description
    VtUInt64Array other

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    Back to top
    Copyright © 2023 Unity Technologies
    • 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 on Thursday, October 19, 2023