Class SdfReference
Namespace: pxr
Syntax
public class SdfReference : IDisposable
Constructors
SdfReference()
Declaration
SdfReference(String)
Declaration
public SdfReference(string assetPath)
Parameters
Type |
Name |
Description |
String |
assetPath |
|
SdfReference(String, SdfPath)
Declaration
public SdfReference(string assetPath, SdfPath primPath)
Parameters
SdfReference(String, SdfPath, SdfLayerOffset)
Declaration
public SdfReference(string assetPath, SdfPath primPath, SdfLayerOffset layerOffset)
Parameters
SdfReference(String, SdfPath, SdfLayerOffset, VtDictionary)
Declaration
public SdfReference(string assetPath, SdfPath primPath, SdfLayerOffset layerOffset, VtDictionary customData)
Parameters
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Methods
Dispose()
Declaration
public virtual void Dispose()
Implements
Finalize()
Declaration
protected void Finalize()
GetAssetPath()
Declaration
public string GetAssetPath()
Returns
GetCustomData()
Declaration
public VtDictionary GetCustomData()
Returns
GetLayerOffset()
Declaration
public SdfLayerOffset GetLayerOffset()
Returns
GetPrimPath()
Declaration
public SdfPath GetPrimPath()
Returns
IsInternal()
Declaration
Returns
SetAssetPath(String)
Declaration
public void SetAssetPath(string assetPath)
Parameters
Type |
Name |
Description |
String |
assetPath |
|
SetCustomData(VtDictionary)
Declaration
public void SetCustomData(VtDictionary customData)
Parameters
SetCustomData(String, VtValue)
Declaration
public void SetCustomData(string name, VtValue value)
Parameters
SetLayerOffset(SdfLayerOffset)
Declaration
public void SetLayerOffset(SdfLayerOffset layerOffset)
Parameters
SetPrimPath(SdfPath)
Declaration
public void SetPrimPath(SdfPath primPath)
Parameters
Type |
Name |
Description |
SdfPath |
primPath |
|
SwapCustomData(VtDictionary)
Declaration
public void SwapCustomData(VtDictionary customData)
Parameters