Coroutines - Version 78703

Created
Total Size25.4 KB (26,060 bytes)
Modified Size25.4 KB (26,060 bytes)
File Count13
Engine Version17
Changes
v1.1.2
Meta
{"CsProjName":"","Compiler":{"RootNamespace":"Sandbox","DefineConstants":"SANDBOX;ADDON;DEBUG","NoWarn":"1701;1702;1591;","WarningsAsErrors":"8600;8601;8602;8603;8604;8613;8614;8619;8620;8622;8625;8629;8633;8524;8509;8767;8618;8765","TreatWarningsAsErrors":false,"Nullables":true,"Whitelist":true,"ReleaseMode":"Debug","AssemblyReferences":[],"IgnoreFolders":[],"DistinctAssemblyReferences":[]},"Resources":"","CodePackageReferences":[]}
{
  "CsProjName": "",
  "Compiler": {
    "RootNamespace": "Sandbox",
    "DefineConstants": "SANDBOX;ADDON;DEBUG",
    "NoWarn": "1701;1702;1591;",
    "WarningsAsErrors": "8600;8601;8602;8603;8604;8613;8614;8619;8620;8622;8625;8629;8633;8524;8509;8767;8618;8765",
    "TreatWarningsAsErrors": false,
    "Nullables": true,
    "Whitelist": true,
    "ReleaseMode": "Debug",
    "AssemblyReferences": [],
    "IgnoreFolders": [],
    "DistinctAssemblyReferences": []
  },
  "Resources": "",
  "CodePackageReferences": []
}

Diff (25.4 KB modified)

+13 -5
  • Code/Coroutine.cs (10.2 KB)
  • Code/CoroutineBucket.cs (5.3 KB)
  • Code/CoroutineInstance.cs (1.9 KB)
  • Code/ICoroutineStaller.cs (535 B)
  • Code/Stallers/WaitForCoroutine.cs (1.1 KB)
  • Code/Stallers/WaitForFrames.cs (839 B)
  • Code/Stallers/WaitForNextFrame.cs (591 B)
  • Code/Stallers/WaitForNextStage.cs (625 B)
  • Code/Stallers/WaitForRealSeconds.cs (1 KB)
  • Code/Stallers/WaitForSeconds.cs (1010 B)
  • Code/Stallers/WaitForTask.cs (774 B)
  • Code/Stallers/WaitUntil.cs (916 B)
  • coroutines.sbproj (792 B)
  • .bin/manifest.json (54 B)
  • .bin/package.gooman.coroutines.dll (27 KB)
  • .bin/package.gooman.coroutines.xml (3.9 KB)
  • license.md (1.1 KB)
  • readme.md (604 B)