Interface IColorAssetProvider
- Namespace
- Fallencake.UI
- Assembly
- Fallencake.UI.dll
public interface IColorAssetProvider
Properties
ColorCollectionData
ColorCollectionData ColorCollectionData { get; }
Property Value
- ColorCollectionData
ColorableAssets
List<Graphic> ColorableAssets { get; }
Property Value
- List<Graphic>
ColorizingType
ColorizingType ColorizingType { get; }
Property Value
- ColorizingType
IsTintingEnabled
bool IsTintingEnabled { get; }
Property Value
- bool
SelectedColor
Color SelectedColor { get; set; }
Property Value
- Color
SelectedColorIndex
int SelectedColorIndex { get; set; }
Property Value
- int
TintColor
Property Value
- Color
TintCurve
AnimationCurve TintCurve { get; }
Property Value
- AnimationCurve
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