Class InOutCirc
Class providing an "InOutCirc" 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 InOutCirc : Easing
Constructors
| Improve this Doc View SourceInOutCirc(TimeSpan)
Initializes a new instance of the InOutCirc class.
Declaration
public InOutCirc(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()