-
-
Notifications
You must be signed in to change notification settings - Fork 384
Add relative layout to UITransform
#2760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
50fd505
feat: update code
cptbtptpbcptdtptp 1c8446c
feat: widget
cptbtptpbcptdtptp 76c3200
feat: update code
cptbtptpbcptdtptp a219a9c
feat: update code
cptbtptpbcptdtptp 730673b
feat: update code
cptbtptpbcptdtptp 829dce7
feat: update code
cptbtptpbcptdtptp 08de1e3
fix: unit test
cptbtptpbcptdtptp 0820fd8
feat: udpate code
cptbtptpbcptdtptp a743375
fix: update code
cptbtptpbcptdtptp 000f7ca
feat: udpate code
cptbtptpbcptdtptp 8aa37fd
feat: update code
cptbtptpbcptdtptp 0c6df5d
feat: udpate code
cptbtptpbcptdtptp 2481ac0
feat: udpate code
cptbtptpbcptdtptp a5a7151
feat: update code
cptbtptpbcptdtptp 9a95c0f
feat: udpate code
cptbtptpbcptdtptp 1f9538e
feat: update code
cptbtptpbcptdtptp 78ba4c6
feat: update code
cptbtptpbcptdtptp 7c655f9
feat: updata code
cptbtptpbcptdtptp 964ed0e
feat: lint code
cptbtptpbcptdtptp ecc917b
feat: update code
cptbtptpbcptdtptp 165226f
feat: add unit test
cptbtptpbcptdtptp 0fcd8a1
feat: update code
cptbtptpbcptdtptp 730e529
feat: update code
cptbtptpbcptdtptp 7be740c
fix: update code
cptbtptpbcptdtptp eae3432
feat: udpate code
cptbtptpbcptdtptp c5424cf
feat: udpate code
cptbtptpbcptdtptp c03c17c
feat: udpate code
cptbtptpbcptdtptp 1c95b08
feat: udpate code
cptbtptpbcptdtptp e5de15c
feat: update code
cptbtptpbcptdtptp 9aa0ea4
Merge branch 'dev/1.6' into feat/Widget
cptbtptpbcptdtptp ce2877c
feat: update code
cptbtptpbcptdtptp df970ec
fix: udpate code
cptbtptpbcptdtptp 5a0a654
fix: update code
cptbtptpbcptdtptp 6e3c6b9
feat: update code
cptbtptpbcptdtptp 2ea2f4e
feat: update code
cptbtptpbcptdtptp 416042b
feat: update code
cptbtptpbcptdtptp 9a78804
feat: update code
cptbtptpbcptdtptp 087aa67
feat: udpate code
cptbtptpbcptdtptp 5cf9d11
feat: udpate code
cptbtptpbcptdtptp 74e37b3
feat: update code
cptbtptpbcptdtptp 73bd148
feat: update code
cptbtptpbcptdtptp 0072d66
feat: update code
cptbtptpbcptdtptp d39c1eb
feat: update code
cptbtptpbcptdtptp d323db9
feat: udpate code
cptbtptpbcptdtptp a41a1bc
feat: udpate code
cptbtptpbcptdtptp a8cffc4
refactor: opt code
GuoLei1990 6bd7dc5
refactor: opt code
GuoLei1990 8988b34
refactor: opt code
GuoLei1990 24225be
refactor: opt code
GuoLei1990 baab21a
refactor: opt code
GuoLei1990 d15e41e
refactor: opt comments
GuoLei1990 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Handle Matrix.decompose() failure to avoid corrupt local state
Matrix.decompose(...)returns boolean; ignoring a false result can leave position/rotation/scale inconsistent (NaNs/garbage). Add a guard and a safe fallback.Apply:
📝 Committable suggestion
🤖 Prompt for AI Agents