Interface IBrushAnimationState
- Namespace
- TaleWorlds.GauntletUI
- Assembly
- TaleWorlds.GauntletUI.dll
public interface IBrushAnimationState
Methods
FillFrom(IDataSource)
void FillFrom(IDataSource source)
Parameters
source
IDataSource
GetValueAsColor(BrushAnimationPropertyType)
Color GetValueAsColor(BrushAnimationProperty.BrushAnimationPropertyType propertyType)
Parameters
propertyType
BrushAnimationProperty.BrushAnimationPropertyType
Returns
GetValueAsFloat(BrushAnimationPropertyType)
float GetValueAsFloat(BrushAnimationProperty.BrushAnimationPropertyType propertyType)
Parameters
propertyType
BrushAnimationProperty.BrushAnimationPropertyType
Returns
GetValueAsSprite(BrushAnimationPropertyType)
Sprite GetValueAsSprite(BrushAnimationProperty.BrushAnimationPropertyType propertyType)
Parameters
propertyType
BrushAnimationProperty.BrushAnimationPropertyType
Returns
LerpFrom(IBrushAnimationState, IDataSource, float)
void LerpFrom(IBrushAnimationState start, IDataSource end, float ratio)
Parameters
start
IBrushAnimationStateend
IDataSourceratio
float
SetValueAsColor(BrushAnimationPropertyType, in Color)
void SetValueAsColor(BrushAnimationProperty.BrushAnimationPropertyType propertyType, in Color value)
Parameters
propertyType
BrushAnimationProperty.BrushAnimationPropertyTypevalue
Color
SetValueAsFloat(BrushAnimationPropertyType, float)
void SetValueAsFloat(BrushAnimationProperty.BrushAnimationPropertyType propertyType, float value)
Parameters
propertyType
BrushAnimationProperty.BrushAnimationPropertyTypevalue
float
SetValueAsSprite(BrushAnimationPropertyType, Sprite)
void SetValueAsSprite(BrushAnimationProperty.BrushAnimationPropertyType propertyType, Sprite value)
Parameters
propertyType
BrushAnimationProperty.BrushAnimationPropertyTypevalue
Sprite
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).