Class SdfRelationshipSpec
Inherited Members
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
Type | Description |
---|---|
Boolean |
GetTargetPathList()
Declaration
public SWIGTYPE_p_SdfTargetsProxy GetTargetPathList()
Returns
Type | Description |
---|---|
SWIGTYPE_p_SdfTargetsProxy |
HasTargetPathList()
Declaration
public bool HasTargetPathList()
Returns
Type | Description |
---|---|
Boolean |
New(SdfPrimSpecHandle, String)
Declaration
public static SdfRelationshipSpecHandle New(SdfPrimSpecHandle owner, string name)
Parameters
Type | Name | Description |
---|---|---|
SdfPrimSpecHandle | owner | |
String | name |
Returns
Type | Description |
---|---|
SdfRelationshipSpecHandle |
New(SdfPrimSpecHandle, String, Boolean)
Declaration
public static SdfRelationshipSpecHandle New(SdfPrimSpecHandle owner, string name, bool custom)
Parameters
Type | Name | Description |
---|---|---|
SdfPrimSpecHandle | owner | |
String | name | |
Boolean | custom |
Returns
Type | Description |
---|---|
SdfRelationshipSpecHandle |
New(SdfPrimSpecHandle, String, Boolean, SdfVariability)
Declaration
public static SdfRelationshipSpecHandle New(SdfPrimSpecHandle owner, string name, bool custom, SdfVariability variability)
Parameters
Type | Name | Description |
---|---|---|
SdfPrimSpecHandle | owner | |
String | name | |
Boolean | custom | |
SdfVariability | variability |
Returns
Type | Description |
---|---|
SdfRelationshipSpecHandle |
RemoveTargetPath(SdfPath)
Declaration
public void RemoveTargetPath(SdfPath path)
Parameters
Type | Name | Description |
---|---|---|
SdfPath | path |
RemoveTargetPath(SdfPath, Boolean)
Declaration
public void RemoveTargetPath(SdfPath path, bool preserveTargetOrder)
Parameters
Type | Name | Description |
---|---|---|
SdfPath | path | |
Boolean | preserveTargetOrder |
ReplaceTargetPath(SdfPath, SdfPath)
Declaration
public void ReplaceTargetPath(SdfPath oldPath, SdfPath newPath)
Parameters
Type | Name | Description |
---|---|---|
SdfPath | oldPath | |
SdfPath | newPath |
SetNoLoadHint(Boolean)
Declaration
public void SetNoLoadHint(bool noload)
Parameters
Type | Name | Description |
---|---|---|
Boolean | noload |