docs.unity3d.com
    Show / Hide Table of Contents

    Class SdfRelationshipSpecHandleVector

    Inheritance
    Object
    SdfRelationshipSpecHandleVector
    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 SdfRelationshipSpecHandleVector : IDisposable, IEnumerable<SdfRelationshipSpecHandle>, IEnumerable

    Constructors

    SdfRelationshipSpecHandleVector()

    Declaration
    public SdfRelationshipSpecHandleVector()

    SdfRelationshipSpecHandleVector(SdfRelationshipSpecHandleVector)

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

    SdfRelationshipSpecHandleVector(ICollection)

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

    SdfRelationshipSpecHandleVector(Int32)

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

    Methods

    Add(SdfRelationshipSpecHandle)

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

    AddRange(SdfRelationshipSpecHandleVector)

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

    Clear()

    Declaration
    public void Clear()

    CopyTo(SdfRelationshipSpecHandle[])

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

    CopyTo(SdfRelationshipSpecHandle[], Int32)

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

    CopyTo(Int32, SdfRelationshipSpecHandle[], Int32, Int32)

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

    Dispose()

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

    Finalize()

    Declaration
    protected void Finalize()

    GetEnumerator()

    Declaration
    public SdfRelationshipSpecHandleVector.SdfRelationshipSpecHandleVectorEnumerator GetEnumerator()
    Returns
    Type Description
    SdfRelationshipSpecHandleVector.SdfRelationshipSpecHandleVectorEnumerator

    GetRange(Int32, Int32)

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

    Insert(Int32, SdfRelationshipSpecHandle)

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

    InsertRange(Int32, SdfRelationshipSpecHandleVector)

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

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

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

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

    Explicit Interface Implementations

    IEnumerable<SdfRelationshipSpecHandle>.GetEnumerator()

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