csharp
public sealed class AnimationKeyDataOne key of one curve.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
The same five numbers CurveSample holds, because that is what evaluates them — a second key type that had to be translated at both ends would be a second place for the tangent convention to drift.
Fields and properties (5)
public float TimeWhen it is, in seconds.
public float ValueWhat the number is there.
public float InTangentThe slope coming in.
public float OutTangentAnd going out.
public TangentMode ModeHow the two are decided.
Methods (1)
public CurveSample ToSample()The key as the evaluator reads it.
Used by (7)
- AnimationClipAssetVixen.Editor.Assets
- AnimationClipCurvesVixen.Editor.AssetEditors
- AnimationClipDocumentVixen.Editor.AssetEditors
- AnimationClipViewVixen.Editor.AssetEditors
- AnimationCurveDataVixen.Editor.Assets
- AuthoringTestsVixen.Editor.AssetEditors.Tests
- TypeRegistrationVixen.Editor.Assets