Unity3D\2D手机游戏开发 学习

1 using UnityEngine; 2 using System.Collections; 3 4 [AddComponentMenu("Game/AutoDestroy")] 5 public class AutoDestroy : MonoBehaviour { 6 7 public float m_timer = 1.0f; 8 9 void St
相关文章
相关标签/搜索