Unity · Schema

RunScriptRequest

Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud Gaming

Properties

Name Type Description
params object Parameters to pass to the script
View JSON Schema on GitHub

JSON Schema

unity-runscriptrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RunScriptRequest",
  "title": "RunScriptRequest",
  "type": "object",
  "properties": {
    "params": {
      "type": "object",
      "description": "Parameters to pass to the script"
    }
  }
}