Exemplo n.º 1
0
 public AndroidToolChain(Unity.IL2CPP.Building.Architecture architecture, BuildConfiguration buildConfiguration, bool treatWarningsAsErrors, NPath toolchainPath) : base(architecture, buildConfiguration)
 {
     this._androidNDK = new AndroidNDKUtilities(toolchainPath, architecture);
     if (treatWarningsAsErrors)
     {
         if (< > f__mg$cache0 == null)
         {
Exemplo n.º 2
0
 IEnumerator <NPath> IEnumerable <NPath> .GetEnumerator()
 {
     if (Interlocked.CompareExchange(ref this.$PC, 0, -2) == -2)
     {
         return(this);
     }
     return(new AndroidNDKUtilities.< > c__Iterator0 {
         $this = this.$this
     });