You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In many places we use property methods to control the setting of objects. however, you are still able to set the properties of the object without the property method setter getting called.
We need to find a solution for this. For example, checking if the property has changed every frame and doing whatever needs to be done if it has.
The text was updated successfully, but these errors were encountered:
Describe the bug
In many places we use property methods to control the setting of objects. however, you are still able to set the properties of the object without the property method setter getting called.
We need to find a solution for this. For example, checking if the property has changed every frame and doing whatever needs to be done if it has.
The text was updated successfully, but these errors were encountered: