docs.unity3d.com
    Show / Hide Table of Contents

    Class UsdGeomLongVector

    Inheritance
    Object
    UsdGeomLongVector
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    Implements
    ICollection<T>.Count

    IsFixedSize

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

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type Description
    Boolean
    Implements
    ICollection<T>.IsReadOnly

    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
    Implements
    IList<T>.Item[Int32]

    Methods

    Add(Int64)

    Declaration
    public void Add(long x)
    Parameters
    Type Name Description
    Int64 x
    Implements
    ICollection<T>.Add(T)

    AddRange(UsdGeomLongVector)

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

    Clear()

    Declaration
    public void Clear()
    Implements
    ICollection<T>.Clear()

    Contains(Int64)

    Declaration
    public bool Contains(long value)
    Parameters
    Type Name Description
    Int64 value
    Returns
    Type Description
    Boolean
    Implements
    ICollection<T>.Contains(T)

    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
    Implements
    ICollection<T>.CopyTo(T[], Int32)

    Dispose()

    Declaration
    public virtual void Dispose()
    Implements
    IDisposable.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
    Implements
    IList<T>.IndexOf(T)

    Insert(Int32, Int64)

    Declaration
    public void Insert(int index, long x)
    Parameters
    Type Name Description
    Int32 index
    Int64 x
    Implements
    System.Collections.Generic.IList<T>.Insert(System.Int32, T)

    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
    Implements
    ICollection<T>.Remove(T)

    RemoveAt(Int32)

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    Int32 index
    Implements
    IList<T>.RemoveAt(Int32)

    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

    Explicit Interface Implementations

    IEnumerable<Int64>.GetEnumerator()

    Declaration
    IEnumerator<long> IEnumerable<long>.GetEnumerator()
    Returns
    Type Description
    IEnumerator<Int64>
    Implements
    IEnumerable<T>.GetEnumerator()

    IEnumerable.GetEnumerator()

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    IEnumerator
    Implements
    IEnumerable.GetEnumerator()
    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