Reactivity - Version 154335

Created
Total Size113.9 KB (116,592 bytes)
Modified Size85 KB (87,024 bytes)
File Count27
Engine Version24
Changes
Add scene events
Meta
{ "Compiler": { "RootNamespace": "Sandbox.Reactivity", "DefineConstants": "SANDBOX", "NoWarn": "1701;1702;1591;", "WarningsAsErrors": "", "TreatWarningsAsErrors": false, "Nullables": true, "ReleaseMode": "Debug", "AssemblyReferences": [], "ReplacementDirectives": { ".Server.cs": "SERVER" }, "IgnoreFolders": [], "DistinctAssemblyReferences": [] }, "CsProjName": "Sandbox.Reactivity", "Resources": "", "CodePackageReferences": [] }
{
  "Compiler": {
    "RootNamespace": "Sandbox.Reactivity",
    "DefineConstants": "SANDBOX",
    "NoWarn": "1701;1702;1591;",
    "WarningsAsErrors": "",
    "TreatWarningsAsErrors": false,
    "Nullables": true,
    "ReleaseMode": "Debug",
    "AssemblyReferences": [],
    "ReplacementDirectives": {
      ".Server.cs": "SERVER"
    },
    "IgnoreFolders": [],
    "DistinctAssemblyReferences": []
  },
  "CsProjName": "Sandbox.Reactivity",
  "Resources": "",
  "CodePackageReferences": []
}

Diff (85 KB modified)

+3 ~8
  • Code/GameObjectExtensions.cs (2.1 KB)
  • Code/Internals/GameObjectEventManager.cs (3.7 KB)
  • Code/Internals/TypeHierarchy.cs (993 B)
  • .bin/package.igor.reactivity.cll (11.2 KB -> 13.3 KB)
  • .bin/package.igor.reactivity.xml (35.7 KB -> 44.8 KB)
  • Code/Derived.cs (4.7 KB -> 5.1 KB)
  • Code/Internals/Effect.cs (5.8 KB -> 5.9 KB)
  • Code/Internals/Runtimes/Runtime.cs (1.9 KB -> 2.2 KB)
  • Code/ReactiveComponent.cs (1.3 KB -> 2.5 KB)
  • Code/ReactivePanel.cs (1.7 KB -> 1.8 KB)
  • Code/ReactivePanelComponent.cs (1.8 KB -> 2.5 KB)