Class SdfPathPair
Namespace: pxr
Syntax
public class SdfPathPair : IDisposable
Constructors
SdfPathPair()
Declaration
SdfPathPair(SdfPath, SdfPath)
Declaration
public SdfPathPair(SdfPath t, SdfPath u)
Parameters
SdfPathPair(SdfPathPair)
Declaration
public SdfPathPair(SdfPathPair p)
Parameters
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
first
Declaration
public SdfPath first { get; set; }
Property Value
second
Declaration
public SdfPath second { get; set; }
Property Value
Methods
Dispose()
Declaration
public virtual void Dispose()
Implements
Finalize()
Declaration
protected void Finalize()