Class UsdInherits
Namespace: pxr
Syntax
public class UsdInherits : IDisposable
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Methods
AddInherit(SdfPath)
Declaration
public bool AddInherit(SdfPath primPath)
Parameters
Type |
Name |
Description |
SdfPath |
primPath |
|
Returns
AddInherit(SdfPath, UsdListPosition)
Declaration
public bool AddInherit(SdfPath primPath, UsdListPosition position)
Parameters
Returns
ClearInherits()
Declaration
public bool ClearInherits()
Returns
Dispose()
Declaration
public virtual void Dispose()
Implements
Finalize()
Declaration
protected void Finalize()
GetAllDirectInherits()
Declaration
public SdfPathVector GetAllDirectInherits()
Returns
GetPrim()
Declaration
Returns
RemoveInherit(SdfPath)
Declaration
public bool RemoveInherit(SdfPath primPath)
Parameters
Type |
Name |
Description |
SdfPath |
primPath |
|
Returns
SetInherits(SdfPathVector)
Declaration
public bool SetInherits(SdfPathVector items)
Parameters
Returns