Skip to content

Commit a630189

Browse files
committed
初コミット
1 parent 4f2fd55 commit a630189

File tree

90 files changed

+11411
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+11411
-0
lines changed

Assets/TMP_RectVisualizer.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/TMP_RectVisualizer/Example.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
using UnityEngine;
2+
3+
namespace KoganeUnityLib.TMP_RectVisualizer_Example
4+
{
5+
public class Example : MonoBehaviour
6+
{
7+
private void Update()
8+
{
9+
if ( Input.GetKeyDown( KeyCode.Z ) )
10+
{
11+
TMP_RectVisualizer.Show( 2, Color.red );
12+
}
13+
else if ( Input.GetKeyDown( KeyCode.X ) )
14+
{
15+
TMP_RectVisualizer.Hide();
16+
}
17+
}
18+
}
19+
}

Assets/TMP_RectVisualizer/Example/Example.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)