Struct TransformData
A set of data representing the main component of a Unity Transform.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public struct TransformData
Fields
rotation
The transform rotation.
Declaration
public quaternion rotation
Field Value
Type | Description |
---|---|
quaternion |
scale
The transform scale.
Declaration
public float3 scale
Field Value
Type | Description |
---|---|
float3 |
translation
The transform translation.
Declaration
public float3 translation
Field Value
Type | Description |
---|---|
float3 |