Files
2026-06-04 11:42:34 +02:00

831 lines
23 KiB
C#

using System;
using System.Collections;
using UnityEngine;
// Token: 0x02000307 RID: 775
public class SA_ScreenShotMaker : SA_Singleton<SA_ScreenShotMaker>
{
// Token: 0x060096FD RID: 38653 RVA: 0x002EBAD0 File Offset: 0x002E9CD0
private IEnumerator NEOFMIJHDED()
{
yield return new WaitForEndOfFrame();
int width = Screen.width;
int height = Screen.height;
Texture2D texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x060096FE RID: 38654 RVA: 0x002EBAEC File Offset: 0x002E9CEC
private IEnumerator LNIJNJGLKPF()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x060096FF RID: 38655 RVA: 0x002EBB08 File Offset: 0x002E9D08
private IEnumerator OLKJBMMKLLP()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009700 RID: 38656 RVA: 0x002EBB24 File Offset: 0x002E9D24
private IEnumerator EOPDBCOHMDO()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009701 RID: 38657 RVA: 0x002EBB40 File Offset: 0x002E9D40
private IEnumerator MEHEDKOMLJH()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009702 RID: 38658 RVA: 0x002EBB5C File Offset: 0x002E9D5C
public void NOAIHIHBJPJ()
{
base.StartCoroutine(this.LFJADFLLAAL());
}
// Token: 0x06009703 RID: 38659 RVA: 0x002EBB6C File Offset: 0x002E9D6C
public void COANABLOJIE()
{
base.StartCoroutine(this.PPELPCIGPME());
}
// Token: 0x06009704 RID: 38660 RVA: 0x002EBB7C File Offset: 0x002E9D7C
private IEnumerator AKGCOCFANGA()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009705 RID: 38661 RVA: 0x002EBB98 File Offset: 0x002E9D98
private IEnumerator OMMDCIHNCHH()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009706 RID: 38662 RVA: 0x002EBBB4 File Offset: 0x002E9DB4
public void CHPMEHMAGBN()
{
base.StartCoroutine(this.ODEMBDEGNPO());
}
// Token: 0x06009707 RID: 38663 RVA: 0x002EBBC4 File Offset: 0x002E9DC4
private IEnumerator KOHHAKBOIFD()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009708 RID: 38664 RVA: 0x002EBBE0 File Offset: 0x002E9DE0
private IEnumerator NGKGGCEEEML()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009709 RID: 38665 RVA: 0x002EBBFC File Offset: 0x002E9DFC
public void FBDGMDDECIL()
{
base.StartCoroutine(this.MEHEDKOMLJH());
}
// Token: 0x0600970A RID: 38666 RVA: 0x002EBC0C File Offset: 0x002E9E0C
private IEnumerator HCKMFCFAFGA()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x0600970B RID: 38667 RVA: 0x002EBC28 File Offset: 0x002E9E28
private IEnumerator OPMPEHEAHGE()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x0600970C RID: 38668 RVA: 0x002EBC44 File Offset: 0x002E9E44
public void JBJHIJPFFFC()
{
base.StartCoroutine(this.NEOFMIJHDED());
}
// Token: 0x0600970D RID: 38669 RVA: 0x002EBC54 File Offset: 0x002E9E54
public void EJAJPEGJLLK()
{
base.StartCoroutine(this.MEHEDKOMLJH());
}
// Token: 0x0600970E RID: 38670 RVA: 0x002EBC64 File Offset: 0x002E9E64
public void PLMLKGFFCKP()
{
base.StartCoroutine(this.JJJOFOCFNLK());
}
// Token: 0x0600970F RID: 38671 RVA: 0x002EBC74 File Offset: 0x002E9E74
private IEnumerator LFJADFLLAAL()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009710 RID: 38672 RVA: 0x002EBC90 File Offset: 0x002E9E90
public void GDONBGFFKOE()
{
base.StartCoroutine(this.CPJMPCPFKIE());
}
// Token: 0x06009711 RID: 38673 RVA: 0x002EBCA0 File Offset: 0x002E9EA0
public void NNFOMCOFMLN()
{
base.StartCoroutine(this.HCKMFCFAFGA());
}
// Token: 0x06009712 RID: 38674 RVA: 0x002EBCB0 File Offset: 0x002E9EB0
public void AHPOCIGIDLD()
{
base.StartCoroutine(this.FDMFKFFLGEP());
}
// Token: 0x06009713 RID: 38675 RVA: 0x002EBCC0 File Offset: 0x002E9EC0
private IEnumerator ODEMBDEGNPO()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009714 RID: 38676 RVA: 0x002EBCDC File Offset: 0x002E9EDC
public void PBEDBONEBAP()
{
base.StartCoroutine(this.LLPJIEGEJOC());
}
// Token: 0x06009715 RID: 38677 RVA: 0x002EBCEC File Offset: 0x002E9EEC
private IEnumerator MJICOPGGAHF()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009716 RID: 38678 RVA: 0x002EBD08 File Offset: 0x002E9F08
private IEnumerator KHPBEGOFFJJ()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009718 RID: 38680 RVA: 0x002EBD2C File Offset: 0x002E9F2C
public void IJAFOKJMMHK()
{
base.StartCoroutine(this.NFCGFHADADG());
}
// Token: 0x06009719 RID: 38681 RVA: 0x002EBD3C File Offset: 0x002E9F3C
private IEnumerator IKJHFNBMKKH()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x0600971A RID: 38682 RVA: 0x002EBD58 File Offset: 0x002E9F58
public void GMDPAKOHHCD()
{
base.StartCoroutine(this.DFBGGGBHNFI());
}
// Token: 0x0600971B RID: 38683 RVA: 0x002EBD68 File Offset: 0x002E9F68
private IEnumerator OMGICJFMDAO()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x0600971C RID: 38684 RVA: 0x002EBD84 File Offset: 0x002E9F84
private IEnumerator MJJPKPEJKMM()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x0600971D RID: 38685 RVA: 0x002EBDA0 File Offset: 0x002E9FA0
public void NBDJOPFAOIN()
{
base.StartCoroutine(this.LFJADFLLAAL());
}
// Token: 0x0600971E RID: 38686 RVA: 0x002EBDB0 File Offset: 0x002E9FB0
public void EEOPNNBKPLO()
{
base.StartCoroutine(this.EKKNAIDAMHG());
}
// Token: 0x0600971F RID: 38687 RVA: 0x002EBDC0 File Offset: 0x002E9FC0
private IEnumerator PPELPCIGPME()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009720 RID: 38688 RVA: 0x002EBDDC File Offset: 0x002E9FDC
public void LHDFIFMBHKM()
{
base.StartCoroutine(this.KOHHAKBOIFD());
}
// Token: 0x06009721 RID: 38689 RVA: 0x002EBDEC File Offset: 0x002E9FEC
private IEnumerator CPJMPCPFKIE()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009722 RID: 38690 RVA: 0x002EBE08 File Offset: 0x002EA008
private IEnumerator LLECAIDDLJM()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009723 RID: 38691 RVA: 0x002EBE24 File Offset: 0x002EA024
public void NIMEICEHNGF()
{
base.StartCoroutine(this.GHFKNCCHCIN());
}
// Token: 0x06009724 RID: 38692 RVA: 0x002EBE34 File Offset: 0x002EA034
public void GetScreenshot()
{
base.StartCoroutine(this.PPELPCIGPME());
}
// Token: 0x06009725 RID: 38693 RVA: 0x002EBE44 File Offset: 0x002EA044
public void OADDHOPKFLL()
{
base.StartCoroutine(this.FDMFKFFLGEP());
}
// Token: 0x06009726 RID: 38694 RVA: 0x002EBE54 File Offset: 0x002EA054
public void CNIFCOJEBHI()
{
base.StartCoroutine(this.LMGBDFONPKH());
}
// Token: 0x06009727 RID: 38695 RVA: 0x002EBE64 File Offset: 0x002EA064
private IEnumerator GHFKNCCHCIN()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009728 RID: 38696 RVA: 0x002EBE80 File Offset: 0x002EA080
public void NGCPDLAECBO()
{
base.StartCoroutine(this.LNIJNJGLKPF());
}
// Token: 0x06009729 RID: 38697 RVA: 0x002EBE90 File Offset: 0x002EA090
private IEnumerator LLPJIEGEJOC()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x0600972A RID: 38698 RVA: 0x002EBEAC File Offset: 0x002EA0AC
public void KOIKINAFEEC()
{
base.StartCoroutine(this.OMMDCIHNCHH());
}
// Token: 0x0600972B RID: 38699 RVA: 0x002EBEBC File Offset: 0x002EA0BC
public void DHMBOLOGFEI()
{
base.StartCoroutine(this.OPMPEHEAHGE());
}
// Token: 0x0600972C RID: 38700 RVA: 0x002EBECC File Offset: 0x002EA0CC
private IEnumerator LGCKOHMONAF()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x0600972D RID: 38701 RVA: 0x002EBEE8 File Offset: 0x002EA0E8
public void HMBFDIPEIJH()
{
base.StartCoroutine(this.JJJOFOCFNLK());
}
// Token: 0x0600972E RID: 38702 RVA: 0x002EBEF8 File Offset: 0x002EA0F8
public void PGNPMHFKPJA()
{
base.StartCoroutine(this.MEHEDKOMLJH());
}
// Token: 0x0600972F RID: 38703 RVA: 0x002EBF08 File Offset: 0x002EA108
private IEnumerator MPMCOOLIDGH()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009730 RID: 38704 RVA: 0x002EBF24 File Offset: 0x002EA124
public void HLFIOHMLDLL()
{
base.StartCoroutine(this.PPELPCIGPME());
}
// Token: 0x06009731 RID: 38705 RVA: 0x002EBF34 File Offset: 0x002EA134
private IEnumerator EKKNAIDAMHG()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009732 RID: 38706 RVA: 0x002EBF50 File Offset: 0x002EA150
public void GHNDPDKJBGH()
{
base.StartCoroutine(this.GHFKNCCHCIN());
}
// Token: 0x06009733 RID: 38707 RVA: 0x002EBF60 File Offset: 0x002EA160
private IEnumerator JJOPFCLPPAH()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009734 RID: 38708 RVA: 0x002EBF7C File Offset: 0x002EA17C
private IEnumerator JMEHFBCOKJA()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009735 RID: 38709 RVA: 0x002EBF98 File Offset: 0x002EA198
public void NNNOABPNDIN()
{
base.StartCoroutine(this.CPJMPCPFKIE());
}
// Token: 0x06009736 RID: 38710 RVA: 0x002EBFA8 File Offset: 0x002EA1A8
public void IJJGKICELNA()
{
base.StartCoroutine(this.PPELPCIGPME());
}
// Token: 0x06009737 RID: 38711 RVA: 0x002EBFB8 File Offset: 0x002EA1B8
private IEnumerator LMGBDFONPKH()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009738 RID: 38712 RVA: 0x002EBFD4 File Offset: 0x002EA1D4
private IEnumerator CDPEGCDKFHI()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009739 RID: 38713 RVA: 0x002EBFF0 File Offset: 0x002EA1F0
private IEnumerator NFCGFHADADG()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x0600973A RID: 38714 RVA: 0x002EC00C File Offset: 0x002EA20C
public void EDOPHHMANAH()
{
base.StartCoroutine(this.LMGBDFONPKH());
}
// Token: 0x0600973B RID: 38715 RVA: 0x002EC01C File Offset: 0x002EA21C
private IEnumerator DFBGGGBHNFI()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x0600973C RID: 38716 RVA: 0x002EC038 File Offset: 0x002EA238
public void KFLHKNGCAGE()
{
base.StartCoroutine(this.PPELPCIGPME());
}
// Token: 0x0600973D RID: 38717 RVA: 0x002EC048 File Offset: 0x002EA248
private IEnumerator IMKJNBJFKJN()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x0600973E RID: 38718 RVA: 0x002EC064 File Offset: 0x002EA264
public void EIIEAGBFLHH()
{
base.StartCoroutine(this.FDMFKFFLGEP());
}
// Token: 0x0600973F RID: 38719 RVA: 0x002EC074 File Offset: 0x002EA274
public void ADKHNGCALHK()
{
base.StartCoroutine(this.LMGBDFONPKH());
}
// Token: 0x06009740 RID: 38720 RVA: 0x002EC084 File Offset: 0x002EA284
private IEnumerator FDMFKFFLGEP()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009741 RID: 38721 RVA: 0x002EC0A0 File Offset: 0x002EA2A0
public void APCHKPGBEIC()
{
base.StartCoroutine(this.CLDCGMKFAEH());
}
// Token: 0x06009742 RID: 38722 RVA: 0x002EC0B0 File Offset: 0x002EA2B0
private IEnumerator CLDCGMKFAEH()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009743 RID: 38723 RVA: 0x002EC0CC File Offset: 0x002EA2CC
private IEnumerator JJJOFOCFNLK()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009744 RID: 38724 RVA: 0x002EC0E8 File Offset: 0x002EA2E8
public void NLEMEHNLHHO()
{
base.StartCoroutine(this.JMEHFBCOKJA());
}
// Token: 0x06009745 RID: 38725 RVA: 0x002EC0F8 File Offset: 0x002EA2F8
public void BGEOLCGABKE()
{
base.StartCoroutine(this.AKGCOCFANGA());
}
// Token: 0x06009746 RID: 38726 RVA: 0x002EC108 File Offset: 0x002EA308
public void FLHHJBGIOBA()
{
base.StartCoroutine(this.DFBGGGBHNFI());
}
// Token: 0x06009747 RID: 38727 RVA: 0x002EC118 File Offset: 0x002EA318
private IEnumerator AHLNCHNBNAJ()
{
yield return new WaitForEndOfFrame();
width = Screen.width;
height = Screen.height;
texture2D = new Texture2D(width, height, TextureFormat.RGB24, false);
texture2D.ReadPixels(new Rect(0f, 0f, (float)width, (float)height), 0, 0);
texture2D.Apply();
if (this.OnScreenshotReady != null)
{
this.OnScreenshotReady(texture2D);
}
yield break;
}
// Token: 0x06009748 RID: 38728 RVA: 0x002EC134 File Offset: 0x002EA334
public void JIFCDHAGKFA()
{
base.StartCoroutine(this.IKJHFNBMKKH());
}
// Token: 0x0400138F RID: 5007
public Action<Texture2D> OnScreenshotReady;
}