Show / Hide Table of Contents

Delegate EasingFunction

Namespace: EasingCore
Assembly: FancyScrollView.dll
Syntax
public delegate float EasingFunction(float t);
Parameters
Type Name Description
System.Single t
Returns
Type Description
System.Single
Back to top Generated by DocFX