UI换了很多,spine主视觉停用
This commit is contained in:
@@ -6,7 +6,7 @@ namespace CartoonUI
|
||||
{
|
||||
public class Close : MonoBehaviour
|
||||
{
|
||||
public GameObject gameObject;
|
||||
public new GameObject gameObject;
|
||||
public void close()
|
||||
{
|
||||
gameObject.SetActive(false);
|
||||
|
||||
Reference in New Issue
Block a user