コード例 #1
0
ファイル: PludoGameManager.cs プロジェクト: narakai/chessgame
 private void ShootScreen(SharePlat sharePlat)
 {
     if (gameObject.activeInHierarchy)
     {
         StartCoroutine(YxTools.ShareSceenImage(sharePlat, waitForScreen));
     }
 }