Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Load(string, out string)

Load a Report from a JSON file at the specified path.
Read time 1 minuteLast updated 4 days ago

Definition

Load(string, string)

public static Report Load(string path, out string errorMessage)

Parameters

path

File path of the report to load

errorMessage

Error message if load fails

Returns

Type

Description

ReportA loaded Report object