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.
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.