mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
changing README styles
This commit is contained in:
parent
3f9103b432
commit
d078d4acea
@ -32,6 +32,7 @@
|
|||||||
</script>
|
</script>
|
||||||
+ ui-dat will infer the type of the property you're trying to add (based on its initial value) and create the corresponding control.
|
+ ui-dat will infer the type of the property you're trying to add (based on its initial value) and create the corresponding control.
|
||||||
+ The properties must be public, i.e. defined by `this.prop = value`.
|
+ The properties must be public, i.e. defined by `this.prop = value`.
|
||||||
|
|
||||||
Monitor variable changes <i>outside</i> of the GUI
|
Monitor variable changes <i>outside</i> of the GUI
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
Let's say you have a variable that changes by itself from time to time. If you'd like the GUI to reflect those changes, use the listen() method
|
Let's say you have a variable that changes by itself from time to time. If you'd like the GUI to reflect those changes, use the listen() method
|
||||||
|
Loading…
Reference in New Issue
Block a user