Struct UsdStageMetadata
Metadata extracted from the USD stage of the imported file.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public struct UsdStageMetadata
Fields
isStageZup
Is Z the up Axis in this USD file (corresponding to the 'upAxis' USD property).
Declaration
public bool isStageZup
Field Value
Type | Description |
---|---|
bool |
metersPerUnit
The amount of meters per unit in this USD file (corresponding to the 'metersPerUnit' USD property).
Declaration
public float metersPerUnit
Field Value
Type | Description |
---|---|
float |
startTimeCode
The start time code in this USD file (corresponding to the 'startTimeCode' USD property).
Declaration
public UsdTimeCode startTimeCode
Field Value
Type | Description |
---|---|
UsdTimeCode |
timeCodesPerSecond
The time codes per seconds in this USD file (corresponding to the 'timeCodesPerSecond' USD property).
Declaration
public UsdTimeCode timeCodesPerSecond
Field Value
Type | Description |
---|---|
UsdTimeCode |