Table of Contents

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

float

Loop

public bool Loop { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

StyleAnimation

public BrushLayerAnimation StyleAnimation { get; set; }

Property Value

BrushLayerAnimation

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

BrushLayerAnimation

GetLayerAnimations()

public IEnumerable<BrushLayerAnimation> GetLayerAnimations()

Returns

IEnumerable<BrushLayerAnimation>

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).