Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ReadFromString(string)

Reads the scheme from the given string.
Read time 1 minuteLast updated 6 days ago

Definition

public void ReadFromString(string text)

Parameters

text

A string containing a properly formatted XcScheme plist document.

Remarks

The existing values of this XcScheme instance are discarded and replaced with the values in the string.