Struct SkinningData
Structure containing the skinning data required to create skinned meshes in Unity
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public struct SkinningData
Fields
BlendIndices
The blend indices
Declaration
public int* BlendIndices
Field Value
Type | Description |
---|---|
int* |
BlendWeights
The blend weights
Declaration
public float* BlendWeights
Field Value
Type | Description |
---|---|
float* |
BoneInfluenceCount
The number of bone influences
Declaration
public int BoneInfluenceCount
Field Value
Type | Description |
---|---|
int |