docs.unity3d.com
    Show / Hide Table of Contents

    Class SdfLayerTreeHandleVector

    Inheritance
    Object
    SdfLayerTreeHandleVector
    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 SdfLayerTreeHandleVector : IDisposable, IEnumerable<SdfLayerTreeHandle>, IEnumerable

    Constructors

    SdfLayerTreeHandleVector()

    Declaration
    public SdfLayerTreeHandleVector()

    SdfLayerTreeHandleVector(SdfLayerTreeHandleVector)

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

    SdfLayerTreeHandleVector(ICollection)

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

    SdfLayerTreeHandleVector(Int32)

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

    Methods

    Add(SdfLayerTreeHandle)

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

    AddRange(SdfLayerTreeHandleVector)

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

    Clear()

    Declaration
    public void Clear()

    CopyTo(SdfLayerTreeHandle[])

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

    CopyTo(SdfLayerTreeHandle[], Int32)

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

    CopyTo(Int32, SdfLayerTreeHandle[], Int32, Int32)

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

    Dispose()

    Declaration
    public virtual void Dispose()
    Implements
    IDisposable.Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    GetEnumerator()

    Declaration
    public SdfLayerTreeHandleVector.SdfLayerTreeHandleVectorEnumerator GetEnumerator()
    Returns
    Type Description
    SdfLayerTreeHandleVector.SdfLayerTreeHandleVectorEnumerator

    GetRange(Int32, Int32)

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

    Insert(Int32, SdfLayerTreeHandle)

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

    InsertRange(Int32, SdfLayerTreeHandleVector)

    Declaration
    public void InsertRange(int index, SdfLayerTreeHandleVector values)
    Parameters
    Type Name Description
    Int32 index
    SdfLayerTreeHandleVector 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(SdfLayerTreeHandle, Int32)

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

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

    Declaration
    public void SetRange(int index, SdfLayerTreeHandleVector values)
    Parameters
    Type Name Description
    Int32 index
    SdfLayerTreeHandleVector values

    Explicit Interface Implementations

    IEnumerable<SdfLayerTreeHandle>.GetEnumerator()

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