docs.unity3d.com
    Show / Hide Table of Contents

    Class SdfPathVector

    Inheritance
    Object
    SdfPathVector
    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 SdfPathVector : IDisposable, IEnumerable<SdfPath>, IEnumerable

    Constructors

    SdfPathVector()

    Declaration
    public SdfPathVector()

    SdfPathVector(SdfPathVector)

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

    SdfPathVector(ICollection)

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

    SdfPathVector(Int32)

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

    Methods

    Add(SdfPath)

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

    AddRange(SdfPathVector)

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

    Clear()

    Declaration
    public void Clear()

    CopyTo(SdfPath[])

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

    CopyTo(SdfPath[], Int32)

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

    CopyTo(Int32, SdfPath[], Int32, Int32)

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

    Dispose()

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

    Finalize()

    Declaration
    protected void Finalize()

    GetEnumerator()

    Declaration
    public SdfPathVector.SdfPathVectorEnumerator GetEnumerator()
    Returns
    Type Description
    SdfPathVector.SdfPathVectorEnumerator

    GetRange(Int32, Int32)

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

    Insert(Int32, SdfPath)

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

    InsertRange(Int32, SdfPathVector)

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

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

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

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

    Explicit Interface Implementations

    IEnumerable<SdfPath>.GetEnumerator()

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