示例#1
0
 public static PPTextureManager getIstance()
 {
     if (m_pContainer == null)
     {
         m_pContainer = m_pMainObject.GetComponent <PPTextureManager>();
     }
     return(m_pContainer);
 }
示例#2
0
 private void Awake()
 {
     instance = this;
     InitData();
 }