Struct RigDescription
Represents a skeleton transform data
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public struct RigDescription
Fields
jointTransformMatrix
The transform matrices of this skeleton joints, used to create the hierarchy Transform and initialise them.
Declaration
public Dictionary<string, float4x4> jointTransformMatrix
Field Value
Type | Description |
---|---|
Dictionary<string, float4x4> |