docs.unity3d.com
    Show / Hide Table of Contents

    Class VtVec2fArray

    Inheritance
    Object
    Vt_ArrayBase
    VtVec2fArray
    Inherited Members
    Vt_ArrayBase.swigCMemOwn
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: pxr
    Syntax
    public class VtVec2fArray : Vt_ArrayBase, IDisposable

    Constructors

    VtVec2fArray()

    Declaration
    public VtVec2fArray()

    VtVec2fArray(VtVec2fArray)

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

    VtVec2fArray(UInt32)

    Declaration
    public VtVec2fArray(uint n)
    Parameters
    Type Name Description
    UInt32 n

    VtVec2fArray(UInt32, GfVec2f)

    Declaration
    public VtVec2fArray(uint n, GfVec2f value)
    Parameters
    Type Name Description
    UInt32 n
    GfVec2f value

    Properties

    Item[Int32]

    Declaration
    public GfVec2f this[int index] { get; set; }
    Parameters
    Type Name Description
    Int32 index
    Property Value
    Type Description
    GfVec2f

    Methods

    assign(UInt32, GfVec2f)

    Declaration
    public void assign(uint n, GfVec2f fill)
    Parameters
    Type Name Description
    UInt32 n
    GfVec2f fill

    capacity()

    Declaration
    public uint capacity()
    Returns
    Type Description
    UInt32

    clear()

    Declaration
    public void clear()

    CopyFromArray(GfVec2f[])

    Declaration
    public void CopyFromArray(GfVec2f[] src)
    Parameters
    Type Name Description
    GfVec2f[] src

    CopyFromArray(IntPtr)

    Declaration
    public void CopyFromArray(IntPtr src)
    Parameters
    Type Name Description
    IntPtr src

    CopyToArray(GfVec2f[])

    Declaration
    public void CopyToArray(GfVec2f[] dest)
    Parameters
    Type Name Description
    GfVec2f[] dest

    CopyToArray(IntPtr)

    Declaration
    public void CopyToArray(IntPtr dest)
    Parameters
    Type Name Description
    IntPtr dest

    Dispose()

    Declaration
    public override void Dispose()
    Overrides
    Vt_ArrayBase.Dispose()

    empty()

    Declaration
    public bool empty()
    Returns
    Type Description
    Boolean

    Equals(VtVec2fArray, VtVec2fArray)

    Declaration
    public static bool Equals(VtVec2fArray lhs, VtVec2fArray rhs)
    Parameters
    Type Name Description
    VtVec2fArray lhs
    VtVec2fArray rhs
    Returns
    Type Description
    Boolean

    Finalize()

    Declaration
    protected void Finalize()

    GetValue(Int32)

    Declaration
    protected GfVec2f GetValue(int index)
    Parameters
    Type Name Description
    Int32 index
    Returns
    Type Description
    GfVec2f

    IsIdentical(VtVec2fArray)

    Declaration
    public bool IsIdentical(VtVec2fArray other)
    Parameters
    Type Name Description
    VtVec2fArray other
    Returns
    Type Description
    Boolean

    pop_back()

    Declaration
    public void pop_back()

    push_back(GfVec2f)

    Declaration
    public void push_back(GfVec2f elem)
    Parameters
    Type Name Description
    GfVec2f elem

    reserve(UInt32)

    Declaration
    public void reserve(uint num)
    Parameters
    Type Name Description
    UInt32 num

    resize(UInt32)

    Declaration
    public void resize(uint newSize)
    Parameters
    Type Name Description
    UInt32 newSize

    SetValue(Int32, GfVec2f)

    Declaration
    protected void SetValue(int index, GfVec2f value)
    Parameters
    Type Name Description
    Int32 index
    GfVec2f value

    size()

    Declaration
    public uint size()
    Returns
    Type Description
    UInt32

    swap(VtVec2fArray)

    Declaration
    public void swap(VtVec2fArray other)
    Parameters
    Type Name Description
    VtVec2fArray other

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    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