Files
Basalt/docs/objects/ChangeableObject.md
2023-05-08 07:16:59 +10:00

541 B

The ChangeableObject class is a subclass of VisualObject and Object that provides additional methods for handling changes to objects.

In addition to the Object and VisualObject methods, ChangeableObjects also have the following methods:

setValue Sets the value of your object
getValue Gets the value of your object

Events

onChange Fires when the object value has changed