15 lines
542 B
Markdown
15 lines
542 B
Markdown
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](objects/ChangeableObject/setValue.md)|Sets the value of your object
|
|
|[getValue](objects/ChangeableObject/getValue.md)|Gets the value of your object
|
|
|
|
### Events
|
|
|
|
| | |
|
|
|---|---|
|
|
|[onChange](objects/ChangeableObject/onChange.md)|Fires when the object value has changed
|