Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baba-s/UniTextMeshProRectVisualizer
【Unity】Text や TextMesh Pro のサイズをゲーム画面に可視化できるパッケージ
https://github.com/baba-s/UniTextMeshProRectVisualizer
kogane-unity-lib textmeshpro unity unity-script unity-scripts unity-ui unity3d
Last synced: 3 months ago
JSON representation
【Unity】Text や TextMesh Pro のサイズをゲーム画面に可視化できるパッケージ
- Host: GitHub
- URL: https://github.com/baba-s/UniTextMeshProRectVisualizer
- Owner: baba-s
- License: mit
- Created: 2019-01-06T02:54:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T13:37:06.000Z (over 4 years ago)
- Last Synced: 2024-07-24T12:07:59.739Z (4 months ago)
- Topics: kogane-unity-lib, textmeshpro, unity, unity-script, unity-scripts, unity-ui, unity3d
- Language: C#
- Homepage:
- Size: 1.04 MB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - TMP_RectVisualizer - The size of Text and TextMesh Pro can be visualized on game screen (TextMesh Pro)
README
# Uni Text Mesh Pro Rect Visualizer
Text や TextMesh Pro のサイズをゲーム画面に可視化できるパッケージ
## 使用例
![20190106120252](https://user-images.githubusercontent.com/6134875/79988512-b3fa6780-84e9-11ea-8f71-fbe374307db0.png)
## 使い方
```cs
TMP_RectVisualizer.Show
(
outlineSize : 2,
outlineColor : Color.red
);TMP_RectVisualizer.Hide();
```