Struct XFormableDescription
Represents the data related to an XForm USD Prim. The translation, rotation and scale data have been converted to a representation closer to Unity Transforms.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public struct XFormableDescription
Fields
name
The GameObject path on which the transform data should be applied
Declaration
public string name
Field Value
Type | Description |
---|---|
string |
transformData
The transform data
Declaration
public TransformData transformData
Field Value
Type | Description |
---|---|
TransformData |