Hello everyone, I'm writing an API for particle-geometry collisions. I want the API to record the number of collisions a geometry object undergoes, convert this collision count into heat using a formula, and store this heat in a custom property.
I've already implemented this functionality. Now, I want to assign an initial value-18.5 to the custom property. Could someone please tell me how to do this? I've attached my code, Thanks.