Class SdfRelationshipSpec
Inheritance
SdfRelationshipSpec
Namespace: pxr
Syntax
public class SdfRelationshipSpec : SdfPropertySpec, IDisposable
Methods
ClearTargetPathList()
Declaration
public void ClearTargetPathList()
Dispose()
Declaration
public override void Dispose()
Overrides
Finalize()
Declaration
protected void Finalize()
GetNoLoadHint()
Declaration
public bool GetNoLoadHint()
Returns
GetTargetPathList()
Declaration
public SWIGTYPE_p_SdfTargetsProxy GetTargetPathList()
Returns
HasTargetPathList()
Declaration
public bool HasTargetPathList()
Returns
New(SdfPrimSpecHandle, String)
Declaration
public static SdfRelationshipSpecHandle New(SdfPrimSpecHandle owner, string name)
Parameters
Returns
New(SdfPrimSpecHandle, String, Boolean)
Declaration
public static SdfRelationshipSpecHandle New(SdfPrimSpecHandle owner, string name, bool custom)
Parameters
Returns
New(SdfPrimSpecHandle, String, Boolean, SdfVariability)
Declaration
public static SdfRelationshipSpecHandle New(SdfPrimSpecHandle owner, string name, bool custom, SdfVariability variability)
Parameters
Returns
RemoveTargetPath(SdfPath)
Declaration
public void RemoveTargetPath(SdfPath path)
Parameters
RemoveTargetPath(SdfPath, Boolean)
Declaration
public void RemoveTargetPath(SdfPath path, bool preserveTargetOrder)
Parameters
ReplaceTargetPath(SdfPath, SdfPath)
Declaration
public void ReplaceTargetPath(SdfPath oldPath, SdfPath newPath)
Parameters
SetNoLoadHint(Boolean)
Declaration
public void SetNoLoadHint(bool noload)
Parameters
Type |
Name |
Description |
Boolean |
noload |
|