Class InstructionalButtons
Buttons shown on the bottom right of the screen.
Inherited Members
Namespace: LemonUI.Scaleform
Assembly: LemonUI.SHVDN3.dll
Syntax
public class InstructionalButtons : BaseScaleform, IScaleform, IDrawable, IProcessable, IDisposable
Constructors
View SourceInstructionalButtons(params InstructionalButton[])
Creates a new set of Instructional Buttons.
Declaration
public InstructionalButtons(params InstructionalButton[] buttons)
Parameters
| Type | Name | Description |
|---|---|---|
| InstructionalButton[] | buttons | The buttons to add into this menu. |
Methods
View SourceAdd(InstructionalButton)
Adds an Instructional Button.
Declaration
public void Add(InstructionalButton button)
Parameters
| Type | Name | Description |
|---|---|---|
| InstructionalButton | button | The button to add. |
Clear()
Removes all of the instructional buttons.
Declaration
public void Clear()
Remove(InstructionalButton)
Removes an Instructional Button.
Declaration
public void Remove(InstructionalButton button)
Parameters
| Type | Name | Description |
|---|---|---|
| InstructionalButton | button | The button to remove. |
Update()
Refreshes the items shown in the Instructional buttons.
Declaration
public override void Update()