Skip to content

Commit f062ec4

Browse files
authored
Update README.md
1 parent 16da149 commit f062ec4

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
1-
# TMP_RectVisualizer
1+
# TMP_RectVisualizer
2+
3+
The size of Text and TextMesh Pro can be visualized on game screen.
4+
5+
[![](https://img.shields.io/github/release/baba-s/TMP_RectVisualizer.svg?label=latest%20version)](https://github.com/baba-s/TMP_RectVisualizer/releases)
6+
[![](https://img.shields.io/github/release-date/baba-s/TMP_RectVisualizer.svg)](https://github.com/baba-s/TMP_RectVisualizer/releases)
7+
![](https://img.shields.io/badge/Unity-2018.2%2B-red.svg)
8+
![](https://img.shields.io/badge/.NET-3.5%2B-orange.svg)
9+
[![](https://img.shields.io/github/license/baba-s/TMP_RectVisualizer.svg)](https://github.com/baba-s/TMP_RectVisualizer/blob/master/LICENSE)
10+
11+
## Version
12+
13+
- Unity 2018.3.0f2
14+
15+
## Example
16+
17+
![](https://cdn-ak.f.st-hatena.com/images/fotolife/b/baba_s/20190106/20190106120252.png)
18+
19+
## Usage
20+
21+
```cs
22+
TMP_RectVisualizer.Show
23+
(
24+
outlineSize : 2,
25+
outlineColor : Color.red
26+
);
27+
28+
TMP_RectVisualizer.Hide();
29+
```

0 commit comments

Comments
 (0)