Struct BlendShapeEntry
A single named blend shape entry with a 0-100 weight value.
[Serializable]
public struct BlendShapeEntry
- Inherited Members
Fields
Name
Name of the blend shape on the mesh (e.g., "Weight", "MuscleMass").
[Tooltip("Name of the blend shape on the mesh. Must match exactly.")]
public string Name
Field Value
Value
Blend shape weight value (0.0 to 100.0).
[Range(0, 100)]
[Tooltip("Blend shape weight (0-100).")]
public float Value