Method UsdUtilsCopyLayerMetadata
UsdUtilsCopyLayerMetadata(SdfLayerHandle, SdfLayerHandle, bool, bool)
Declaration
public static bool UsdUtilsCopyLayerMetadata(SdfLayerHandle source, SdfLayerHandle destination, bool skipSublayers, bool bakeUnauthoredFallbacks)
Parameters
Type | Name | Description |
---|---|---|
Sdf |
source | |
Sdf |
destination | |
bool | skipSublayers | |
bool | bakeUnauthoredFallbacks |
Returns
Type | Description |
---|---|
bool |
UsdUtilsCopyLayerMetadata(SdfLayerHandle, SdfLayerHandle, bool)
Declaration
public static bool UsdUtilsCopyLayerMetadata(SdfLayerHandle source, SdfLayerHandle destination, bool skipSublayers)
Parameters
Type | Name | Description |
---|---|---|
Sdf |
source | |
Sdf |
destination | |
bool | skipSublayers |
Returns
Type | Description |
---|---|
bool |
UsdUtilsCopyLayerMetadata(SdfLayerHandle, SdfLayerHandle)
Declaration
public static bool UsdUtilsCopyLayerMetadata(SdfLayerHandle source, SdfLayerHandle destination)
Parameters
Type | Name | Description |
---|---|---|
Sdf |
source | |
Sdf |
destination |
Returns
Type | Description |
---|---|
bool |