docs.unity.cn
    Show / Hide Table of Contents

    Class UsdGeomLongVector

    Inheritance
    Object
    UsdGeomLongVector
    Namespace: pxr
    Syntax
    public class UsdGeomLongVector : IDisposable, IList<long>, ICollection<long>, IEnumerable<long>, IEnumerable

    Constructors

    UsdGeomLongVector()

    Declaration
    public UsdGeomLongVector()

    UsdGeomLongVector(UsdGeomLongVector)

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

    UsdGeomLongVector(ICollection)

    Declaration
    public UsdGeomLongVector(ICollection c)
    Parameters
    Type Name Description
    ICollection c

    UsdGeomLongVector(Int32)

    Declaration
    public UsdGeomLongVector(int capacity)
    Parameters
    Type Name Description
    Int32 capacity

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Properties

    Capacity

    Declaration
    public int Capacity { get; set; }
    Property Value
    Type Description
    Int32

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    Int32

    IsFixedSize

    Declaration
    public bool IsFixedSize { get; }
    Property Value
    Type Description
    Boolean

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type Description
    Boolean

    IsSynchronized

    Declaration
    public bool IsSynchronized { get; }
    Property Value
    Type Description
    Boolean

    Item[Int32]

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

    Methods

    Add(Int64)

    Declaration
    public void Add(long x)
    Parameters
    Type Name Description
    Int64 x

    AddRange(UsdGeomLongVector)

    Declaration
    public void AddRange(UsdGeomLongVector values)
    Parameters
    Type Name Description
    UsdGeomLongVector values

    Clear()

    Declaration
    public void Clear()

    Contains(Int64)

    Declaration
    public bool Contains(long value)
    Parameters
    Type Name Description
    Int64 value
    Returns
    Type Description
    Boolean

    CopyTo(Int32, Int64[], Int32, Int32)

    Declaration
    public void CopyTo(int index, long[] array, int arrayIndex, int count)
    Parameters
    Type Name Description
    Int32 index
    Int64[] array
    Int32 arrayIndex
    Int32 count

    CopyTo(Int64[])

    Declaration
    public void CopyTo(long[] array)
    Parameters
    Type Name Description
    Int64[] array

    CopyTo(Int64[], Int32)

    Declaration
    public void CopyTo(long[] array, int arrayIndex)
    Parameters
    Type Name Description
    Int64[] array
    Int32 arrayIndex

    Dispose()

    Declaration
    public virtual void Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    GetEnumerator()

    Declaration
    public UsdGeomLongVector.UsdGeomLongVectorEnumerator GetEnumerator()
    Returns
    Type Description
    UsdGeomLongVector.UsdGeomLongVectorEnumerator

    GetRange(Int32, Int32)

    Declaration
    public UsdGeomLongVector GetRange(int index, int count)
    Parameters
    Type Name Description
    Int32 index
    Int32 count
    Returns
    Type Description
    UsdGeomLongVector

    IndexOf(Int64)

    Declaration
    public int IndexOf(long value)
    Parameters
    Type Name Description
    Int64 value
    Returns
    Type Description
    Int32

    Insert(Int32, Int64)

    Declaration
    public void Insert(int index, long x)
    Parameters
    Type Name Description
    Int32 index
    Int64 x

    InsertRange(Int32, UsdGeomLongVector)

    Declaration
    public void InsertRange(int index, UsdGeomLongVector values)
    Parameters
    Type Name Description
    Int32 index
    UsdGeomLongVector values

    LastIndexOf(Int64)

    Declaration
    public int LastIndexOf(long value)
    Parameters
    Type Name Description
    Int64 value
    Returns
    Type Description
    Int32

    Remove(Int64)

    Declaration
    public bool Remove(long value)
    Parameters
    Type Name Description
    Int64 value
    Returns
    Type Description
    Boolean

    RemoveAt(Int32)

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    Int32 index

    RemoveRange(Int32, Int32)

    Declaration
    public void RemoveRange(int index, int count)
    Parameters
    Type Name Description
    Int32 index
    Int32 count

    Repeat(Int64, Int32)

    Declaration
    public static UsdGeomLongVector Repeat(long value, int count)
    Parameters
    Type Name Description
    Int64 value
    Int32 count
    Returns
    Type Description
    UsdGeomLongVector

    Reverse()

    Declaration
    public void Reverse()

    Reverse(Int32, Int32)

    Declaration
    public void Reverse(int index, int count)
    Parameters
    Type Name Description
    Int32 index
    Int32 count

    SetRange(Int32, UsdGeomLongVector)

    Declaration
    public void SetRange(int index, UsdGeomLongVector values)
    Parameters
    Type Name Description
    Int32 index
    UsdGeomLongVector values
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, June 23, 2023