Class SdfLayerTree
Namespace: pxr
Syntax
public class SdfLayerTree : IDisposable
Methods
Dispose()
Declaration
public virtual void Dispose()
Implements
Finalize()
Declaration
protected void Finalize()
GetChildTrees()
Declaration
public SdfLayerTreeHandleVector GetChildTrees()
Returns
GetLayer()
Declaration
public SdfLayerHandle GetLayer()
Returns
GetOffset()
Declaration
public SdfLayerOffset GetOffset()
Returns
New(SdfLayerHandle, SdfLayerTreeHandleVector)
Declaration
public static SdfLayerTreeHandle New(SdfLayerHandle layer, SdfLayerTreeHandleVector childTrees)
Parameters
Returns
New(SdfLayerHandle, SdfLayerTreeHandleVector, SdfLayerOffset)
Declaration
public static SdfLayerTreeHandle New(SdfLayerHandle layer, SdfLayerTreeHandleVector childTrees, SdfLayerOffset cumulativeOffset)
Parameters
Returns