Show / Hide Table of Contents

Class InstructionalButtons

Buttons shown on the bottom right of the screen.

Inheritance
object
BaseScaleform
InstructionalButtons
Implements
IScaleform
IDrawable
IProcessable
IDisposable
Inherited Members
BaseScaleform.scaleform
BaseScaleform.IsValueReady(int)
BaseScaleform.GetValue<T>(int)
BaseScaleform.CallFunction(string, params object[])
BaseScaleform.CallFunction<T>(string, params object[])
BaseScaleform.CallFunctionReturn(string, params object[])
BaseScaleform.DrawFullScreen()
BaseScaleform.Draw()
BaseScaleform.Process()
BaseScaleform.Dispose()
BaseScaleform.Handle
BaseScaleform.Name
BaseScaleform.Visible
BaseScaleform.IsLoaded
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: LemonUI.Scaleform
Assembly: LemonUI.SHVDN3.dll
Syntax
public class InstructionalButtons : BaseScaleform, IScaleform, IDrawable, IProcessable, IDisposable

Constructors

View Source

InstructionalButtons(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 Source

Add(InstructionalButton)

Adds an Instructional Button.

Declaration
public void Add(InstructionalButton button)
Parameters
Type Name Description
InstructionalButton button

The button to add.

View Source

Clear()

Removes all of the instructional buttons.

Declaration
public void Clear()
View Source

Remove(InstructionalButton)

Removes an Instructional Button.

Declaration
public void Remove(InstructionalButton button)
Parameters
Type Name Description
InstructionalButton button

The button to remove.

View Source

Update()

Refreshes the items shown in the Instructional buttons.

Declaration
public override void Update()
Overrides
BaseScaleform.Update()

Implements

IScaleform
IDrawable
IProcessable
IDisposable
  • View Source
In this article
Back to top Generated by DocFX