Script.json 434 B

1234567891011121314
  1. {
  2. "name" : "Script",
  3. "sources" : ["Source/Atomic/Script"],
  4. "classes_rename" : {
  5. "ScriptRenderPathCommand" : "RenderPathCommand"
  6. },
  7. "classes" : ["ScriptVariant", "ScriptVariantMap", "ScriptVector", "ScriptComponent", "ScriptComponentFile", "PhysicsContact", "PhysicsNodeCollision", "ScriptRenderPathCommand"],
  8. "typescript_decl" : {
  9. "ScriptRenderPathCommand" : [
  10. "setShaderParameter(name:string, value:Object);"
  11. ]
  12. }
  13. }