Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

XcScheme.ReadFromString

Declaration

public void ReadFromString(string text);

Parameters

text A string containing a properly formatted XcScheme plist document.

Description

Reads the scheme from the given string.

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