コード例 #1
0
 public T Add <T>(string gameObjectName) where T : MonoBehaviour, new()
 {
     return(_instantiator.New <T>(gameObjectName));
 }