コード例 #1
0
 private void InitializeForm()
 {
     gameController.SetInputEnabled(false);
     screenshotBytes         = screenShotService.GetCurrentScreenshotBytes();
     input.text              = Path.GetFileNameWithoutExtension(saveLoad.GetUniqueSaveName(SavedPositionType.Regular));
     screenshotPivot.texture = screenShotService.GetScreenshotFromBytes(screenshotBytes);
 }