Class InCubic
Class providing an "InCubic" easing animation.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dalamud.Interface.Animation.EasingFunctions
Assembly: Dalamud.dll
Syntax
public class InCubic : Easing
Constructors
| Improve this Doc View SourceInCubic(TimeSpan)
Initializes a new instance of the InCubic class.
Declaration
public InCubic(TimeSpan duration)
Parameters
| Type | Name | Description |
|---|---|---|
| System.TimeSpan | duration | The duration of the animation. |
Methods
| Improve this Doc View SourceUpdate()
Updates the animation.
Declaration
public override void Update()