Adventure Creator  1.79.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2022
AC.SML.SMLReader Class Reference

Static Public Member Functions

static string[,] SplitXMLGrid (string xmlText)
 
static string CreateXMLGrid (List< string[]> contents, int maxRows=500)
 
static string CreateXMLGrid (List< List< string[]>> contentsArray, int maxRows=500)