Vixen
c7401864
csharp
public sealed class UtilityCurveKeyContent

One key of a sampled curve, as a file holds it.

Read the guide page for this →

Fields and properties (5)

  • public float Time

    Where along the input it sits.

  • public float Value

    What it scores there.

  • public float InTangent

    The slope coming in.

  • public float OutTangent

    The slope going out.

  • public TangentMode Mode

    How the tangents are worked out.

Methods (1)

  • public CurveSample ToSample()

    This key, as the sampler wants it.

Used by (9)

  • QueryTestContentVixen.Ai
  • TypeRegistrationVixen.Ai
  • UtilityConsiderationContentVixen.Ai
  • UtilityContentTestsVixen.Ai.Tests
  • Vixen_Ai_QueryTestContentSerializerVixen.Ai
  • Vixen_Ai_UtilityConsiderationContentSerializerVixen.Ai
  • Vixen_Ai_UtilityCurveKeyContentSerializerVixen.Ai
  • QueryDocumentVixen.Editor.AssetEditors
  • UtilitySetModelVixen.Editor.Ai