Class SdfPayload
Namespace: pxr
Syntax
public class SdfPayload : IDisposable
Constructors
SdfPayload()
Declaration
SdfPayload(String)
Declaration
public SdfPayload(string assetPath)
Parameters
Type |
Name |
Description |
String |
assetPath |
|
SdfPayload(String, SdfPath)
Declaration
public SdfPayload(string assetPath, SdfPath primPath)
Parameters
SdfPayload(String, SdfPath, SdfLayerOffset)
Declaration
public SdfPayload(string assetPath, SdfPath primPath, SdfLayerOffset layerOffset)
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
GetLayerOffset()
Declaration
public SdfLayerOffset GetLayerOffset()
Returns
GetPrimPath()
Declaration
public SdfPath GetPrimPath()
Returns
SetAssetPath(String)
Declaration
public void SetAssetPath(string assetPath)
Parameters
Type |
Name |
Description |
String |
assetPath |
|
SetLayerOffset(SdfLayerOffset)
Declaration
public void SetLayerOffset(SdfLayerOffset layerOffset)
Parameters
SetPrimPath(SdfPath)
Declaration
public void SetPrimPath(SdfPath primPath)
Parameters
Type |
Name |
Description |
SdfPath |
primPath |
|