Interface IGradientAssetProvider
- Namespace
- Fallencake.UI
- Assembly
- Fallencake.UI.dll
public interface IGradientAssetProvider
Properties
ColorizingType
ColorizingType ColorizingType { get; }
Property Value
- ColorizingType
GradientCollectionData
GradientCollectionData GradientCollectionData { get; }
Property Value
- GradientCollectionData
Gradients
List<UIGradient> Gradients { get; }
Property Value
- List<UIGradient>
SelectedGradient
Gradient SelectedGradient { get; set; }
Property Value
- Gradient
SelectedGradientIndex
int SelectedGradientIndex { get; set; }
Property Value
- int
TweenCoroutine
Coroutine TweenCoroutine { get; set; }
Property Value
- Coroutine
name
Property Value
- string
Methods
StartCoroutine(IEnumerator)
Coroutine StartCoroutine(IEnumerator enumerator)
Parameters
enumerator IEnumerator
Returns
- Coroutine
StopCoroutine(Coroutine)
void StopCoroutine(Coroutine tweenCoroutine)
Parameters
tweenCoroutine Coroutine