Table of Contents

Interface IBrushLayerData

Namespace
TaleWorlds.GauntletUI
Assembly
TaleWorlds.GauntletUI.dll
public interface IBrushLayerData

Properties

AlphaFactor

float AlphaFactor { get; set; }

Property Value

float

Color

Color Color { get; set; }

Property Value

Color

ColorFactor

float ColorFactor { get; set; }

Property Value

float

ExtendBottom

float ExtendBottom { get; set; }

Property Value

float

ExtendLeft

float ExtendLeft { get; set; }

Property Value

float

ExtendRight

float ExtendRight { get; set; }

Property Value

float

ExtendTop

float ExtendTop { get; set; }

Property Value

float

HeightPolicy

BrushLayerSizePolicy HeightPolicy { get; set; }

Property Value

BrushLayerSizePolicy

HorizontalFlip

bool HorizontalFlip { get; set; }

Property Value

bool

HueFactor

float HueFactor { get; set; }

Property Value

float

IsHidden

bool IsHidden { get; set; }

Property Value

bool

Name

string Name { get; set; }

Property Value

string

OverlayMethod

BrushOverlayMethod OverlayMethod { get; set; }

Property Value

BrushOverlayMethod

OverlaySprite

Sprite OverlaySprite { get; set; }

Property Value

Sprite

OverlayXOffset

float OverlayXOffset { get; set; }

Property Value

float

OverlayYOffset

float OverlayYOffset { get; set; }

Property Value

float

OverridenHeight

float OverridenHeight { get; set; }

Property Value

float

OverridenWidth

float OverridenWidth { get; set; }

Property Value

float

SaturationFactor

float SaturationFactor { get; set; }

Property Value

float

Sprite

Sprite Sprite { get; set; }

Property Value

Sprite

UseOverlayAlphaAsMask

bool UseOverlayAlphaAsMask { get; set; }

Property Value

bool

UseRandomBaseOverlayXOffset

bool UseRandomBaseOverlayXOffset { get; set; }

Property Value

bool

UseRandomBaseOverlayYOffset

bool UseRandomBaseOverlayYOffset { get; set; }

Property Value

bool

ValueFactor

float ValueFactor { get; set; }

Property Value

float

VerticalFlip

bool VerticalFlip { get; set; }

Property Value

bool

WidthPolicy

BrushLayerSizePolicy WidthPolicy { get; set; }

Property Value

BrushLayerSizePolicy

XOffset

float XOffset { get; set; }

Property Value

float

YOffset

float YOffset { get; set; }

Property Value

float

Methods

GetValueAsColor(BrushAnimationPropertyType)

Color GetValueAsColor(BrushAnimationProperty.BrushAnimationPropertyType propertyType)

Parameters

propertyType BrushAnimationProperty.BrushAnimationPropertyType

Returns

Color

GetValueAsFloat(BrushAnimationPropertyType)

float GetValueAsFloat(BrushAnimationProperty.BrushAnimationPropertyType propertyType)

Parameters

propertyType BrushAnimationProperty.BrushAnimationPropertyType

Returns

float

GetValueAsSprite(BrushAnimationPropertyType)

Sprite GetValueAsSprite(BrushAnimationProperty.BrushAnimationPropertyType propertyType)

Parameters

propertyType BrushAnimationProperty.BrushAnimationPropertyType

Returns

Sprite

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).