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
contextUIContext
Properties
BannerCodeText
[Editor(false)]
public string BannerCodeText { get; set; }
Property Value
CustomRenderScale
[Editor(false)]
public float CustomRenderScale { get; set; }
Property Value
IsNineGrid
[Editor(false)]
public bool IsNineGrid { get; set; }
Property Value
MeshIndexToUpdate
[Editor(false)]
public int MeshIndexToUpdate { get; set; }
Property Value
UpdatePositionValueManual
[Editor(false)]
public Vec2 UpdatePositionValueManual { get; set; }
Property Value
UpdateRotationValueManualWithMirror
[Editor(false)]
public (float, bool) UpdateRotationValueManualWithMirror { get; set; }
Property Value
UpdateSizeValueManual
[Editor(false)]
public Vec2 UpdateSizeValueManual { get; set; }
Property Value
Methods
OnMousePressed()
protected override void OnMousePressed()
OnMouseReleased()
protected override void OnMouseReleased()
OnRender(TwoDimensionContext, TwoDimensionDrawContext)
protected override void OnRender(TwoDimensionContext twoDimensionContext, TwoDimensionDrawContext drawContext)
Parameters
twoDimensionContextTwoDimensionContextdrawContextTwoDimensionDrawContext
OnUpdate(float)
protected override void OnUpdate(float dt)
Parameters
dtfloat
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).