Class AnimationFloatCurve
Namespace: ValveResourceFormat.ResourceTypes.ModelAnimation2
Assembly: ValveResourceFormat.dll
A named per-frame scalar channel of an animation clip (the clip's float curves, e.g. graph parameters like health or sitting_pose).
csharp
public sealed class AnimationFloatCurveInheritance
Properties
Name
Gets the curve name.
csharp
public string Name { get; }Property Value
Values
Gets the decoded curve value for each frame of the clip.
csharp
public float[] Values { get; }Property Value
float[]

