Class UsdRelationship
Inheritance
UsdRelationship
Namespace: pxr
Syntax
public class UsdRelationship : UsdProperty, IDisposable
Constructors
UsdRelationship()
Declaration
Methods
AddTarget(SdfPath)
Declaration
public bool AddTarget(SdfPath target)
Parameters
Type |
Name |
Description |
SdfPath |
target |
|
Returns
AddTarget(SdfPath, UsdListPosition)
Declaration
public bool AddTarget(SdfPath target, UsdListPosition position)
Parameters
Returns
BlockTargets()
Declaration
public bool BlockTargets()
Returns
ClearTargets(Boolean)
Declaration
public bool ClearTargets(bool removeSpec)
Parameters
Type |
Name |
Description |
Boolean |
removeSpec |
|
Returns
Dispose()
Declaration
public override void Dispose()
Overrides
Finalize()
Declaration
protected void Finalize()
GetForwardedTargets()
Declaration
public SdfPathVector GetForwardedTargets()
Returns
GetTargets()
Declaration
public SdfPathVector GetTargets()
Returns
HasAuthoredTargets()
Declaration
public bool HasAuthoredTargets()
Returns
RemoveTarget(SdfPath)
Declaration
public bool RemoveTarget(SdfPath target)
Parameters
Type |
Name |
Description |
SdfPath |
target |
|
Returns
SetTargets(SdfPathVector)
Declaration
public bool SetTargets(SdfPathVector targets)
Parameters
Returns