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
class ParameterValue(var doubleValue: Double? = null, var intValue: Int? = null, var booleanValue: Boolean? = null, var colorValue: ColorRGBa? = null, var vector2Value: Vector2? = null, var vector3Value: Vector3? = null, var vector4Value: Vector4? = null, var doubleListValue: MutableList<Double>? = null, var textValue: String? = null, var optionValue: String? = null, var minValue: Double? = null, var maxValue: Double? = null)
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