GUI
open class GUI(val appearance: GUIAppearance = GUIAppearance(), val defaultStyles: List<StyleSheet> = defaultStyles()) : Extension(source)
Constructors
Link copied to clipboard
constructor(appearance: GUIAppearance = GUIAppearance(), defaultStyles: List<StyleSheet> = defaultStyles())
Types
Link copied to clipboard
@Serializable
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Can be called by the user to update the gui using an object deserialized externally. Allows the user to load a larger json object, deserialize it, and use part of it to update the GUI. Complements .toObject().
Link copied to clipboard
Link copied to clipboard