Updated a few comments

This commit is contained in:
ByteDice
2024-11-21 10:16:10 +01:00
committed by GitHub
parent 83e7179567
commit 65882f4678
@@ -33,15 +33,15 @@ import java.util.concurrent.CompletableFuture
// [emitter id] // [emitter id]
// <[particle index] / EMITTER> // <[particle index] / EMITTER>
// <single param / dataClass> // <single param / JSON>
// single param (if EMITTER, use emitter params instead) // single param (if EMITTER, use emitter params instead)
// [param key] // [param key]
// [new param value] // [new param value]
// output -> update the selected parameter of the selected emitter id to the new value // output -> update the selected parameter of the selected emitter id to the new value
// dataClass // JSON
// [new params] (unspecified values is treated as current) // [new params] (unspecified values is treated as current)
// output -> update all params according to the dataClass // output -> parse the JSON and update all params
// list // list
// output -> all registered emitters // output -> all registered emitters