03-03-2022, 10:58 AM
(03-03-2022, 09:45 AM)josemendez Wrote: Bind() is automatically called when:
A) you create the attachment
B) you set the attachment's target
C) you set the attachment's particle group
If any of these are happening after you set the new particle position, then there's no need to manually call Bind(). You should only manually call it if you change the particle position while the attachment currently exists and is being simulated.
Alright I understand, thank you