Unity · Schema

ScriptRunResult

Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud Gaming

Properties

Name Type Description
output object The return value from the script
View JSON Schema on GitHub

JSON Schema

unity-scriptrunresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScriptRunResult",
  "title": "ScriptRunResult",
  "type": "object",
  "properties": {
    "output": {
      "description": "The return value from the script"
    }
  }
}