Table of Contents

Struct BlendShapeEntry

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

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

string

Value

Blend shape weight value (0.0 to 100.0).

[Range(0, 100)]
[Tooltip("Blend shape weight (0-100).")]
public float Value

Field Value

float