diff options
author | chai <chaifix@163.com> | 2021-04-09 20:37:24 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-04-09 20:37:24 +0800 |
commit | b357a6a6d914e46c2c782f215e9f566f92663850 (patch) | |
tree | 207c6e974fff81db29e96e3459fb3e8d3ee9aaab /Assets/Test/04_Graphic/UI04_ImageTest.cs | |
parent | 6c0dc6615522a7308fc7457b469521ee82130705 (diff) |
*UI effect
Diffstat (limited to 'Assets/Test/04_Graphic/UI04_ImageTest.cs')
-rw-r--r-- | Assets/Test/04_Graphic/UI04_ImageTest.cs | 10 |
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; + +} |