-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 VFXGridManager: fixed onColumnsNumChanged() method not updating the cells if the ranges did not change 🐛 VFXGridSkin: add a listener to update the layout when the alignment changes ♻️ VFXGridSkin: get the rows and columns ranges from the state instead (may be faster in some occasions), also, resize the viewport to [0, 0] when the state is EMPTY. On skin disposal, the state should be set to EMPTY 🚚 Renamed Resources class to VFXResources ✅ Added test for the bug found in VFXGridManager 📝 Update TODOs Signed-off-by: palexdev <[email protected]>
- Loading branch information
Showing
17 changed files
with
927 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.