docs.unity.cn
    Show / Hide Table of Contents

    Class SdfPathPair

    Inheritance
    Object
    SdfPathPair
    Namespace: pxr
    Syntax
    public class SdfPathPair : IDisposable

    Constructors

    SdfPathPair()

    Declaration
    public SdfPathPair()

    SdfPathPair(SdfPath, SdfPath)

    Declaration
    public SdfPathPair(SdfPath t, SdfPath u)
    Parameters
    Type Name Description
    SdfPath t
    SdfPath u

    SdfPathPair(SdfPathPair)

    Declaration
    public SdfPathPair(SdfPathPair p)
    Parameters
    Type Name Description
    SdfPathPair p

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Properties

    first

    Declaration
    public SdfPath first { get; set; }
    Property Value
    Type Description
    SdfPath

    second

    Declaration
    public SdfPath second { get; set; }
    Property Value
    Type Description
    SdfPath

    Methods

    Dispose()

    Declaration
    public virtual void Dispose()

    Finalize()

    Declaration
    protected void Finalize()
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, June 23, 2023