Table of Contents

Interface IPopupTweenParameters

Namespace
Fallencake.UI
Assembly
Fallencake.UI.dll
public interface IPopupTweenParameters : ITweenBasicParameters
Inherited Members

Properties

HideDuration

float HideDuration { get; }

Property Value

float

HideEase

AnimationCurve HideEase { get; }

Property Value

AnimationCurve

ShowDuration

float ShowDuration { get; }

Property Value

float

ShowEase

AnimationCurve ShowEase { get; }

Property Value

AnimationCurve