Marks an inspector property indicating that it should only update the value once the user has
ended it's interaction with the control. This can be added to properties that might be expensive to continuously
update.
For mouse input and most controls this means that the value will only be updated once the user has
released the mouse that was triggering the value change on the control.
Marks an inspector property indicating that it should only update the value once the user has ended it's interaction with the control. This can be added to properties that might be expensive to continuously update.
For mouse input and most controls this means that the value will only be updated once the user has released the mouse that was triggering the value change on the control.