コード例 #1
0
 // Start is called before the first frame update
 void Start()
 {
     _elyot3D.Init(width, height, _texture);
     main.main(_elyot3D);
 }