An open API service indexing awesome lists of open source software.

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 のボタンを追加するエディタ拡張

Awesome Lists containing this project

README

          

# Uni Rect Transform Editor

RectTransform の Inspector にリセット、フィット、四捨五入、AddComponent のボタンを追加するエディタ拡張

## 使い方

![2020-04-23_200710](https://user-images.githubusercontent.com/6134875/80092616-0ac17900-859e-11ea-85f5-3c4b25ee75dc.png)

|項目|内容|
|:--|:--|
|Reset Rotation|Rotation を ( 0, 0, 0 ) にリセット|
|Reset Scale|Scale を ( 1, 1, 1 ) にリセット|
|Fill|親の描画サイズに合わせる|
|Round|Pos、Rotation、Scale を四捨五入|
|![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20190929/20190929130357.png)|CanvasGroup を AddComponent|
|![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20190929/20190929130349.png)|HorizontalLayoutGroup を AddComponent|
|![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20190929/20190929130355.png)|VerticalLayoutGroup を AddComponent|
|![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20190929/20190929130352.png)|GridLayoutGroup を AddComponent|
|![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20190929/20190929130347.png)|ContentSizeFitter を AddComponent|