Class BrushAnimation
- Namespace
- TaleWorlds.GauntletUI
- Assembly
- TaleWorlds.GauntletUI.dll
public class BrushAnimation
- Inheritance
-
BrushAnimation
- Inherited Members
Constructors
BrushAnimation()
public BrushAnimation()
Properties
Duration
public float Duration { get; set; }
Property Value
Loop
public bool Loop { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
StyleAnimation
public BrushLayerAnimation StyleAnimation { get; set; }
Property Value
Methods
AddAnimationProperty(BrushAnimationProperty)
public void AddAnimationProperty(BrushAnimationProperty property)
Parameters
property
BrushAnimationProperty
FillFrom(BrushAnimation)
public void FillFrom(BrushAnimation animation)
Parameters
animation
BrushAnimation
GetLayerAnimation(string)
public BrushLayerAnimation GetLayerAnimation(string name)
Parameters
name
string
Returns
GetLayerAnimations()
public IEnumerable<BrushLayerAnimation> GetLayerAnimations()
Returns
RemoveAnimationProperty(BrushAnimationProperty)
public void RemoveAnimationProperty(BrushAnimationProperty property)
Parameters
property
BrushAnimationProperty
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).