Gorgon
Show / Hide Table of Contents

Enum TrackInterpolationMode

Interpolation mode for animating between key frames.

Namespace: Gorgon.Animation
Assembly: Gorgon.Animation.dll
Syntax
[Flags]
public enum TrackInterpolationMode

Fields

Name Description
Linear

Linear interpolation.

None

No interpolation.

Spline

Spline interpolation.

Extension Methods

TrackInterpolationModeExtensions.GetDescription(TrackInterpolationMode)
TrackInterpolationModeExtensions.GetExplicitValues(TrackInterpolationMode)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author