Exemple #1
0
 public T GetComponent <T>()
 {
     return(m_Tilemap.GetComponent <T>());
 }