Method Find
Find<T>()
Declaration
public SdfPath[] Find<T>() where T : SampleBase, new()
Returns
Type Parameters
Find<T>(string)
Declaration
public SdfPath[] Find<T>(string rootPath) where T : SampleBase, new()
Parameters
| Type |
Name |
Description |
| string |
rootPath |
|
Returns
Type Parameters
Find<T>(SdfPath)
Declaration
public SdfPath[] Find<T>(SdfPath rootPath) where T : SampleBase, new()
Parameters
| Type |
Name |
Description |
| SdfPath |
rootPath |
|
Returns
Type Parameters
Find(string, string)
Declaration
public SdfPath[] Find(string rootPath, string usdSchemaTypeName)
Parameters
| Type |
Name |
Description |
| string |
rootPath |
|
| string |
usdSchemaTypeName |
|
Returns