Click or drag to resize

TransitionDefinitionTransitionType Enumeration

The types of transition available to use. Interpolate uses math to transition, and custom uses animation curves

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum TransitionType
Members
  Member nameValueDescription
None0 No interpolation
Interpolate1 Use the Interpolation class and mathematic easing
Custom2 Define a custom curve for easing
See Also