docs.unity.cn
    Show / Hide Table of Contents

    Class SdfLayerHandleVector

    Inheritance
    Object
    SdfLayerHandleVector
    Namespace: pxr
    Syntax
    public class SdfLayerHandleVector : IDisposable, IEnumerable<SdfLayerHandle>, IEnumerable

    Constructors

    SdfLayerHandleVector()

    Declaration
    public SdfLayerHandleVector()

    SdfLayerHandleVector(SdfLayerHandleVector)

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

    SdfLayerHandleVector(ICollection)

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

    SdfLayerHandleVector(Int32)

    Declaration
    public SdfLayerHandleVector(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 SdfLayerHandle this[int index] { get; set; }
    Parameters
    Type Name Description
    Int32 index
    Property Value
    Type Description
    SdfLayerHandle

    Methods

    Add(SdfLayerHandle)

    Declaration
    public void Add(SdfLayerHandle x)
    Parameters
    Type Name Description
    SdfLayerHandle x

    AddRange(SdfLayerHandleVector)

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

    Clear()

    Declaration
    public void Clear()

    CopyTo(SdfLayerHandle[])

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

    CopyTo(SdfLayerHandle[], Int32)

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

    CopyTo(Int32, SdfLayerHandle[], Int32, Int32)

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

    Dispose()

    Declaration
    public virtual void Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    GetEnumerator()

    Declaration
    public SdfLayerHandleVector.SdfLayerHandleVectorEnumerator GetEnumerator()
    Returns
    Type Description
    SdfLayerHandleVector.SdfLayerHandleVectorEnumerator

    GetRange(Int32, Int32)

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

    Insert(Int32, SdfLayerHandle)

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

    InsertRange(Int32, SdfLayerHandleVector)

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

    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(SdfLayerHandle, Int32)

    Declaration
    public static SdfLayerHandleVector Repeat(SdfLayerHandle value, int count)
    Parameters
    Type Name Description
    SdfLayerHandle value
    Int32 count
    Returns
    Type Description
    SdfLayerHandleVector

    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, SdfLayerHandleVector)

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