Table of Contents

Class BannerTableauWidget

Namespace
TaleWorlds.MountAndBlade.GauntletUI.Widgets
Assembly
TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll
public class BannerTableauWidget : TextureWidget
Inheritance
BannerTableauWidget
Inherited Members

Constructors

BannerTableauWidget(UIContext)

public BannerTableauWidget(UIContext context)

Parameters

context UIContext

Properties

BannerCodeText

[Editor(false)]
public string BannerCodeText { get; set; }

Property Value

string

CustomRenderScale

[Editor(false)]
public float CustomRenderScale { get; set; }

Property Value

float

IsNineGrid

[Editor(false)]
public bool IsNineGrid { get; set; }

Property Value

bool

MeshIndexToUpdate

[Editor(false)]
public int MeshIndexToUpdate { get; set; }

Property Value

int

UpdatePositionValueManual

[Editor(false)]
public Vec2 UpdatePositionValueManual { get; set; }

Property Value

Vec2

UpdateRotationValueManualWithMirror

[Editor(false)]
public (float, bool) UpdateRotationValueManualWithMirror { get; set; }

Property Value

(float, bool)

UpdateSizeValueManual

[Editor(false)]
public Vec2 UpdateSizeValueManual { get; set; }

Property Value

Vec2

Methods

OnMousePressed()

protected override void OnMousePressed()

OnMouseReleased()

protected override void OnMouseReleased()

OnRender(TwoDimensionContext, TwoDimensionDrawContext)

protected override void OnRender(TwoDimensionContext twoDimensionContext, TwoDimensionDrawContext drawContext)

Parameters

twoDimensionContext TwoDimensionContext
drawContext TwoDimensionDrawContext

OnUpdate(float)

protected override void OnUpdate(float dt)

Parameters

dt float

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