using System; using RecNet; using UnityEngine; // Token: 0x02001090 RID: 4240 public class DynamicPoster : MonoBehaviour { // Token: 0x06023E1B RID: 146971 RVA: 0x009CC598 File Offset: 0x009CA798 private void CAMGAFPKAMM() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.IIKNEBKKIJO(this.imageName); EHGDGFBEMJF.HIOKMHOAMFO += this.IEAIHBEEMPH; this.DOHKAMJCCGI(); } // Token: 0x06023E1C RID: 146972 RVA: 0x009CC5FC File Offset: 0x009CA7FC private void AMOKKNEPHIA() { Texture2D texture2D = EHGDGFBEMJF.PJGMODDHIBJ(this.imageName, true); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E1D RID: 146973 RVA: 0x009CC630 File Offset: 0x009CA830 private void JMBBPNFJNCF() { Texture2D texture2D = EHGDGFBEMJF.HMJNEPBBEFI(this.imageName, true); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E1E RID: 146974 RVA: 0x009CC664 File Offset: 0x009CA864 private void IIBHNJKFMFH() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.HFLOENEBCCN(this.imageName); EHGDGFBEMJF.JIKEIGBFDLI(new EHGDGFBEMJF.EDCENJEKLIJ(this.GMNOPCNMLPH)); this.MBNIFMBINMG(); } // Token: 0x06023E1F RID: 146975 RVA: 0x009CC6C8 File Offset: 0x009CA8C8 private void OLLOAPMOOHE() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.MKCENIEIFEB(this.imageName); EHGDGFBEMJF.HIOKMHOAMFO += this.FJKBJMOKPCD; this.PNKOLADANJN(); } // Token: 0x06023E20 RID: 146976 RVA: 0x009CC72C File Offset: 0x009CA92C private void GJEHBPNIKOP() { Texture2D texture2D = EHGDGFBEMJF.HMJNEPBBEFI(this.imageName, false); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E21 RID: 146977 RVA: 0x009CC760 File Offset: 0x009CA960 private void DPIMOEGBLFB() { Texture2D texture2D = EHGDGFBEMJF.IPBBHBNGBDH(this.imageName, false); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E22 RID: 146978 RVA: 0x009CC794 File Offset: 0x009CA994 private void DHFBMPFBNGP() { this.posterMaterialIndex = 0; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E23 RID: 146979 RVA: 0x009CC800 File Offset: 0x009CAA00 private void JJNCFFODBMD(string EKKMPHMGCLB) { if (this.imageName == EKKMPHMGCLB) { this.BMECELINOJF(); } } // Token: 0x06023E24 RID: 146980 RVA: 0x009CC81C File Offset: 0x009CAA1C private void Start() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.MKCENIEIFEB(this.imageName); EHGDGFBEMJF.HIOKMHOAMFO += this.HIOKMHOAMFO; this.IGMAGIPPIOF(); } // Token: 0x06023E25 RID: 146981 RVA: 0x009CC880 File Offset: 0x009CAA80 private void GEMPJFEKJKA() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.JCJOABILABE(this.imageName); EHGDGFBEMJF.JIKEIGBFDLI(new EHGDGFBEMJF.EDCENJEKLIJ(this.FJKBJMOKPCD)); this.IEBOHNJOELA(); } // Token: 0x06023E26 RID: 146982 RVA: 0x009CC8E4 File Offset: 0x009CAAE4 private void LHCJJCKJJBD() { this.posterMaterialIndex = 0; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E27 RID: 146983 RVA: 0x009CC950 File Offset: 0x009CAB50 private void KFHNCKIGAPG() { this.posterMaterialIndex = 0; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E28 RID: 146984 RVA: 0x009CC9BC File Offset: 0x009CABBC private void DONAOCDIPBN() { this.posterMaterialIndex = 1; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E29 RID: 146985 RVA: 0x009CCA28 File Offset: 0x009CAC28 private void NDOFJALJDBK(string EKKMPHMGCLB) { if (this.imageName == EKKMPHMGCLB) { this.APGAMNCJMDI(); } } // Token: 0x06023E2A RID: 146986 RVA: 0x009CCA44 File Offset: 0x009CAC44 private void DJAGKCMBIEJ() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.MKCENIEIFEB(this.imageName); EHGDGFBEMJF.JIKEIGBFDLI(new EHGDGFBEMJF.EDCENJEKLIJ(this.PODNMLJOBOE)); this.AMOKKNEPHIA(); } // Token: 0x06023E2B RID: 146987 RVA: 0x009CCAA8 File Offset: 0x009CACA8 private void EJKJDJCIGMC() { Texture2D texture2D = EHGDGFBEMJF.HMJNEPBBEFI(this.imageName, true); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E2C RID: 146988 RVA: 0x009CCADC File Offset: 0x009CACDC private void PNDPDGDIGBP() { this.posterMaterialIndex = 0; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E2D RID: 146989 RVA: 0x009CCB48 File Offset: 0x009CAD48 private void EONMIHOPPOJ() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.JCJOABILABE(this.imageName); EHGDGFBEMJF.JIKEIGBFDLI(new EHGDGFBEMJF.EDCENJEKLIJ(this.PODNMLJOBOE)); this.AMOKKNEPHIA(); } // Token: 0x06023E2E RID: 146990 RVA: 0x009CCBAC File Offset: 0x009CADAC private void NIGIHDPEOPJ() { this.posterMaterialIndex = 1; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E2F RID: 146991 RVA: 0x009CCC18 File Offset: 0x009CAE18 private void IDMBDGBOOPL() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.JCJOABILABE(this.imageName); EHGDGFBEMJF.JIKEIGBFDLI(new EHGDGFBEMJF.EDCENJEKLIJ(this.JJNCFFODBMD)); this.MPNMIECCHII(); } // Token: 0x06023E30 RID: 146992 RVA: 0x009CCC7C File Offset: 0x009CAE7C private void JDEBMKPLCIM() { this.posterMaterialIndex = 0; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E31 RID: 146993 RVA: 0x009CCCE8 File Offset: 0x009CAEE8 private void PEILEFHDJDO() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.MKCENIEIFEB(this.imageName); EHGDGFBEMJF.JIKEIGBFDLI(new EHGDGFBEMJF.EDCENJEKLIJ(this.ENAOEMLNJOA)); this.JMBBPNFJNCF(); } // Token: 0x06023E32 RID: 146994 RVA: 0x009CCD4C File Offset: 0x009CAF4C private void DNBEMFLELPK() { this.posterMaterialIndex = 0; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E33 RID: 146995 RVA: 0x009CCDB8 File Offset: 0x009CAFB8 private void CFALGCBHIMD() { this.posterMaterialIndex = 0; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E34 RID: 146996 RVA: 0x009CCE24 File Offset: 0x009CB024 private void FJKBJMOKPCD(string EKKMPHMGCLB) { if (this.imageName == EKKMPHMGCLB) { this.BMECELINOJF(); } } // Token: 0x06023E35 RID: 146997 RVA: 0x009CCE40 File Offset: 0x009CB040 private void JAMDPKFNJBF() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.MKCENIEIFEB(this.imageName); EHGDGFBEMJF.HIOKMHOAMFO += this.IEAIHBEEMPH; this.ECOCLFGAJJH(); } // Token: 0x06023E36 RID: 146998 RVA: 0x009CCEA4 File Offset: 0x009CB0A4 private void HGLLFIKINHD() { this.posterMaterialIndex = 1; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E37 RID: 146999 RVA: 0x009CCF10 File Offset: 0x009CB110 private void GCHFDKPMNEE() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.IIKNEBKKIJO(this.imageName); EHGDGFBEMJF.JIKEIGBFDLI(new EHGDGFBEMJF.EDCENJEKLIJ(this.JJNCFFODBMD)); this.MPNMIECCHII(); } // Token: 0x06023E38 RID: 147000 RVA: 0x009CCF74 File Offset: 0x009CB174 private void IGMAGIPPIOF() { Texture2D texture2D = EHGDGFBEMJF.KNPEOOIKHFH(this.imageName, false); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E39 RID: 147001 RVA: 0x009CCFA8 File Offset: 0x009CB1A8 private void JJHPPFMOEGM() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.HFLOENEBCCN(this.imageName); EHGDGFBEMJF.HIOKMHOAMFO += this.GPPBCNCKEHF; this.MBNIFMBINMG(); } // Token: 0x06023E3A RID: 147002 RVA: 0x009CD00C File Offset: 0x009CB20C private void HIOKMHOAMFO(string EKKMPHMGCLB) { if (this.imageName == EKKMPHMGCLB) { this.IGMAGIPPIOF(); } } // Token: 0x06023E3B RID: 147003 RVA: 0x009CD028 File Offset: 0x009CB228 private void ECOCLFGAJJH() { Texture2D texture2D = EHGDGFBEMJF.KNPEOOIKHFH(this.imageName, true); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E3C RID: 147004 RVA: 0x009CD05C File Offset: 0x009CB25C private void AMJEANBMHFF() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.IIKNEBKKIJO(this.imageName); EHGDGFBEMJF.HIOKMHOAMFO += this.FJKBJMOKPCD; this.PNKOLADANJN(); } // Token: 0x06023E3D RID: 147005 RVA: 0x009CD0C0 File Offset: 0x009CB2C0 private void GPPBCNCKEHF(string EKKMPHMGCLB) { if (this.imageName == EKKMPHMGCLB) { this.PNKOLADANJN(); } } // Token: 0x06023E3E RID: 147006 RVA: 0x009CD0DC File Offset: 0x009CB2DC private void MFBEPEDEACF() { Texture2D texture2D = EHGDGFBEMJF.PJGMODDHIBJ(this.imageName, false); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E3F RID: 147007 RVA: 0x009CD110 File Offset: 0x009CB310 private void GMNOPCNMLPH(string EKKMPHMGCLB) { if (this.imageName == EKKMPHMGCLB) { this.MPNMIECCHII(); } } // Token: 0x06023E40 RID: 147008 RVA: 0x009CD12C File Offset: 0x009CB32C private void NLPNKPCLBKO() { this.posterMaterialIndex = 0; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E41 RID: 147009 RVA: 0x009CD198 File Offset: 0x009CB398 private void MPNMIECCHII() { Texture2D texture2D = EHGDGFBEMJF.HMJNEPBBEFI(this.imageName, true); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E42 RID: 147010 RVA: 0x009CD1CC File Offset: 0x009CB3CC private void EBBPODCAOEL() { this.posterMaterialIndex = 1; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E43 RID: 147011 RVA: 0x009CD238 File Offset: 0x009CB438 private void PAPHEFIHONG() { Texture2D texture2D = EHGDGFBEMJF.GMOKKJPKDEP(this.imageName, false); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E44 RID: 147012 RVA: 0x009CD26C File Offset: 0x009CB46C private void JGEPNJDKKKI() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.IIKNEBKKIJO(this.imageName); EHGDGFBEMJF.JIKEIGBFDLI(new EHGDGFBEMJF.EDCENJEKLIJ(this.NDOFJALJDBK)); this.ECOCLFGAJJH(); } // Token: 0x06023E45 RID: 147013 RVA: 0x009CD2D0 File Offset: 0x009CB4D0 private void PCIDJAIMJEM() { this.posterMaterialIndex = 0; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E46 RID: 147014 RVA: 0x009CD33C File Offset: 0x009CB53C private void JDALJLMIIPK() { this.posterMaterialIndex = 0; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E47 RID: 147015 RVA: 0x009CD3A8 File Offset: 0x009CB5A8 private void JOKPLKMDNPI() { Texture2D texture2D = EHGDGFBEMJF.KNPEOOIKHFH(this.imageName, true); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E48 RID: 147016 RVA: 0x009CD3DC File Offset: 0x009CB5DC private void PBDKAEDFOCO() { this.posterMaterialIndex = 0; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E49 RID: 147017 RVA: 0x009CD448 File Offset: 0x009CB648 private void NHAOAEBNLJI() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.IIKNEBKKIJO(this.imageName); EHGDGFBEMJF.JIKEIGBFDLI(new EHGDGFBEMJF.EDCENJEKLIJ(this.ENAOEMLNJOA)); this.ABFBILJHABB(); } // Token: 0x06023E4A RID: 147018 RVA: 0x009CD4AC File Offset: 0x009CB6AC private void HNJBGDGHNHH() { this.posterMaterialIndex = 0; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E4C RID: 147020 RVA: 0x009CD520 File Offset: 0x009CB720 private void Reset() { this.posterMaterialIndex = 0; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E4D RID: 147021 RVA: 0x009CD58C File Offset: 0x009CB78C private void GJHLNJNHDNK(string EKKMPHMGCLB) { if (this.imageName == EKKMPHMGCLB) { this.MPNMIECCHII(); } } // Token: 0x06023E4E RID: 147022 RVA: 0x009CD5A8 File Offset: 0x009CB7A8 private void PNKOLADANJN() { Texture2D texture2D = EHGDGFBEMJF.KNPEOOIKHFH(this.imageName, true); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E4F RID: 147023 RVA: 0x009CD5DC File Offset: 0x009CB7DC private void IONBLJBHBGF() { Texture2D texture2D = EHGDGFBEMJF.IPBBHBNGBDH(this.imageName, true); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E50 RID: 147024 RVA: 0x009CD610 File Offset: 0x009CB810 private void BMECELINOJF() { Texture2D texture2D = EHGDGFBEMJF.KNPEOOIKHFH(this.imageName, true); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E51 RID: 147025 RVA: 0x009CD644 File Offset: 0x009CB844 private void MBNIFMBINMG() { Texture2D texture2D = EHGDGFBEMJF.HMJNEPBBEFI(this.imageName, false); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E52 RID: 147026 RVA: 0x009CD678 File Offset: 0x009CB878 private void GHFNJCCLNFC() { this.posterMaterialIndex = 0; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E53 RID: 147027 RVA: 0x009CD6E4 File Offset: 0x009CB8E4 private void APGAMNCJMDI() { Texture2D texture2D = EHGDGFBEMJF.IPBBHBNGBDH(this.imageName, true); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E54 RID: 147028 RVA: 0x009CD718 File Offset: 0x009CB918 private void KFHBFIBANIC() { Texture2D texture2D = EHGDGFBEMJF.IPBBHBNGBDH(this.imageName, false); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E55 RID: 147029 RVA: 0x009CD74C File Offset: 0x009CB94C private void DEDADIMKCAL() { this.posterMaterialIndex = 1; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E56 RID: 147030 RVA: 0x009CD7B8 File Offset: 0x009CB9B8 private void GAIOAFLENAJ() { this.posterMaterialIndex = 1; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E57 RID: 147031 RVA: 0x009CD824 File Offset: 0x009CBA24 private void PODNMLJOBOE(string EKKMPHMGCLB) { if (this.imageName == EKKMPHMGCLB) { this.EJKJDJCIGMC(); } } // Token: 0x06023E58 RID: 147032 RVA: 0x009CD840 File Offset: 0x009CBA40 private void MMFIFFLHLCL(string EKKMPHMGCLB) { if (this.imageName == EKKMPHMGCLB) { this.JOKPLKMDNPI(); } } // Token: 0x06023E59 RID: 147033 RVA: 0x009CD85C File Offset: 0x009CBA5C private void MMHPPEKKHMP() { this.posterMaterialIndex = 1; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E5A RID: 147034 RVA: 0x009CD8C8 File Offset: 0x009CBAC8 private void LIHEHLNGKOG() { this.posterMaterialIndex = 0; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E5B RID: 147035 RVA: 0x009CD934 File Offset: 0x009CBB34 private void DEBKBIIGAAN() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.IIKNEBKKIJO(this.imageName); EHGDGFBEMJF.HIOKMHOAMFO += this.GMNOPCNMLPH; this.AMOKKNEPHIA(); } // Token: 0x06023E5C RID: 147036 RVA: 0x009CD998 File Offset: 0x009CBB98 private void ABFBILJHABB() { Texture2D texture2D = EHGDGFBEMJF.GMOKKJPKDEP(this.imageName, false); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E5D RID: 147037 RVA: 0x009CD9CC File Offset: 0x009CBBCC private void IEBOHNJOELA() { Texture2D texture2D = EHGDGFBEMJF.IPBBHBNGBDH(this.imageName, false); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E5E RID: 147038 RVA: 0x009CDA00 File Offset: 0x009CBC00 private void NJCGLHJMAEC() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.HFLOENEBCCN(this.imageName); EHGDGFBEMJF.HIOKMHOAMFO += this.MMFIFFLHLCL; this.MFBEPEDEACF(); } // Token: 0x06023E5F RID: 147039 RVA: 0x009CDA64 File Offset: 0x009CBC64 private void DLOIFBCOIEN() { this.posterMaterialIndex = 1; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E60 RID: 147040 RVA: 0x009CDAD0 File Offset: 0x009CBCD0 private void KFOADEINANK() { Texture2D texture2D = EHGDGFBEMJF.PFPNNACMOGI(this.imageName, false); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E61 RID: 147041 RVA: 0x009CDB04 File Offset: 0x009CBD04 private void ENAOEMLNJOA(string EKKMPHMGCLB) { if (this.imageName == EKKMPHMGCLB) { this.JMBBPNFJNCF(); } } // Token: 0x06023E62 RID: 147042 RVA: 0x009CDB20 File Offset: 0x009CBD20 private void IBPOKHKOJNF() { this.posterMaterialIndex = 0; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E63 RID: 147043 RVA: 0x009CDB8C File Offset: 0x009CBD8C private void DOHKAMJCCGI() { Texture2D texture2D = EHGDGFBEMJF.HMJNEPBBEFI(this.imageName, true); this.JMFGGCIELML.mainTexture = texture2D ?? this.fallbackImage; } // Token: 0x06023E64 RID: 147044 RVA: 0x009CDBC0 File Offset: 0x009CBDC0 private void KDLNKJAABBG() { this.posterMaterialIndex = 0; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E65 RID: 147045 RVA: 0x009CDC2C File Offset: 0x009CBE2C private void LKIBODHFMHA() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.JCJOABILABE(this.imageName); EHGDGFBEMJF.JIKEIGBFDLI(new EHGDGFBEMJF.EDCENJEKLIJ(this.GPPBCNCKEHF)); this.GJEHBPNIKOP(); } // Token: 0x06023E66 RID: 147046 RVA: 0x009CDC90 File Offset: 0x009CBE90 private void GNNNAOIDMFP() { this.JMFGGCIELML = ((this.posterMaterialIndex != 0) ? this.posterRenderer.materials[this.posterMaterialIndex] : this.posterRenderer.material); EHGDGFBEMJF.HFLOENEBCCN(this.imageName); EHGDGFBEMJF.JIKEIGBFDLI(new EHGDGFBEMJF.EDCENJEKLIJ(this.NDOFJALJDBK)); this.GJEHBPNIKOP(); } // Token: 0x06023E67 RID: 147047 RVA: 0x009CDCF4 File Offset: 0x009CBEF4 private void CLHJKMMEEPG() { this.posterMaterialIndex = 1; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E68 RID: 147048 RVA: 0x009CDD60 File Offset: 0x009CBF60 private void GMGJNFGBKNE() { this.posterMaterialIndex = 1; if (this.posterRenderer == null) { this.posterRenderer = base.GetComponent(); } if (this.fallbackImage == null && this.posterRenderer != null) { this.fallbackImage = this.posterRenderer.sharedMaterial.mainTexture; } } // Token: 0x06023E69 RID: 147049 RVA: 0x009CDDCC File Offset: 0x009CBFCC private void IEAIHBEEMPH(string EKKMPHMGCLB) { if (this.imageName == EKKMPHMGCLB) { this.MBNIFMBINMG(); } } // Token: 0x04005BCF RID: 23503 [SerializeField] [Tooltip("Friendly name for this poster. Use the RecNet admin portal to upload an image with this name")] private string imageName; // Token: 0x04005BD0 RID: 23504 [Tooltip("Image to show while trying to download the current poster, or if the download fails")] [SerializeField] private Texture fallbackImage; // Token: 0x04005BD1 RID: 23505 [SerializeField] private Renderer posterRenderer; // Token: 0x04005BD2 RID: 23506 [SerializeField] private int posterMaterialIndex; // Token: 0x04005BD3 RID: 23507 private Material JMFGGCIELML; }