https://github.com/baba-s/unirecttransformeditor
【Unity】RectTransform の Inspector にリセット、フィット、四捨五入、AddComponent のボタンを追加するエディタ拡張
https://github.com/baba-s/unirecttransformeditor
kogane-unity-lib unity unity-editor unity3d
Last synced: 8 months ago
JSON representation
【Unity】RectTransform の Inspector にリセット、フィット、四捨五入、AddComponent のボタンを追加するエディタ拡張
- Host: GitHub
- URL: https://github.com/baba-s/unirecttransformeditor
- Owner: baba-s
- Created: 2019-09-29T03:14:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T11:07:55.000Z (about 6 years ago)
- Last Synced: 2025-04-12T02:55:13.010Z (about 1 year ago)
- Topics: kogane-unity-lib, unity, unity-editor, unity3d
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Uni Rect Transform Editor
RectTransform の Inspector にリセット、フィット、四捨五入、AddComponent のボタンを追加するエディタ拡張
## 使い方

|項目|内容|
|:--|:--|
|Reset Rotation|Rotation を ( 0, 0, 0 ) にリセット|
|Reset Scale|Scale を ( 1, 1, 1 ) にリセット|
|Fill|親の描画サイズに合わせる|
|Round|Pos、Rotation、Scale を四捨五入|
||CanvasGroup を AddComponent|
||HorizontalLayoutGroup を AddComponent|
||VerticalLayoutGroup を AddComponent|
||GridLayoutGroup を AddComponent|
||ContentSizeFitter を AddComponent|