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
propertyBrushAnimationProperty
FillFrom(BrushAnimation)
public void FillFrom(BrushAnimation animation)
Parameters
animationBrushAnimation
GetLayerAnimation(string)
public BrushLayerAnimation GetLayerAnimation(string name)
Parameters
namestring
Returns
GetLayerAnimations()
public IEnumerable<BrushLayerAnimation> GetLayerAnimations()
Returns
RemoveAnimationProperty(BrushAnimationProperty)
public void RemoveAnimationProperty(BrushAnimationProperty property)
Parameters
propertyBrushAnimationProperty
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).