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
DefoldSharp includes a [DefoldProperty] attribute, which does create the signature in the resulting .script file. However, due to the architecture, the property is not synchronized with the one running internally in the generated version of the class. This means that modifications from the user interface, animations, or property assignments during factory creation are not applied to the resulting object.
This has to be corrected before this project can reach beta.
The text was updated successfully, but these errors were encountered:
DefoldSharp includes a [DefoldProperty] attribute, which does create the signature in the resulting .script file. However, due to the architecture, the property is not synchronized with the one running internally in the generated version of the class. This means that modifications from the user interface, animations, or property assignments during factory creation are not applied to the resulting object.
This has to be corrected before this project can reach beta.
The text was updated successfully, but these errors were encountered: