summaryrefslogtreecommitdiff
path: root/Assets/Test/04_Graphic/UI04_ImageTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Test/04_Graphic/UI04_ImageTest.cs')
-rw-r--r--Assets/Test/04_Graphic/UI04_ImageTest.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Assets/Test/04_Graphic/UI04_ImageTest.cs b/Assets/Test/04_Graphic/UI04_ImageTest.cs
new file mode 100644
index 0000000..ceec0ea
--- /dev/null
+++ b/Assets/Test/04_Graphic/UI04_ImageTest.cs
@@ -0,0 +1,10 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+using UnityEngine.UI;
+
+public class UI04_ImageTest : Image {
+
+ public Sprite m_NormalMap;
+
+}