Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 599 Bytes

File metadata and controls

21 lines (15 loc) · 599 Bytes

ASMUserSettings.ButtonData

class in AdvancedSceneManager.Models.ASMUserSettings

Description

Represents data for a button in the ASM window.

Fields

Member Description
int index Gets or sets the index of the button.
bool isVisible Gets or sets whether the button is visible.
ElementLocation location Gets or sets the location of the button.
string name Gets or sets the name of the button.

Methods

Member Description
virtual string ToString() _No documentation available._