@JvmOverloads fun setParts(parts: Any, noEvents: Boolean = false, options: Map<String, Any> = HashMap()): Unit
Allows changing the customization of a set of parts in bulk.
parts
- A map or array with part, material, color triplets to be set.
noEvents
- If the parts events shouldn't be triggered (defaults False
).
options
- A map with options to configure the operation (for internal use).