摘要: ``` using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System.Xml; public class xml : MonoBehaviour { public Transform steel; void Start () { ... 阅读全文
posted @ 2016-02-20 18:07 yufenghou 阅读(303) 评论(0) 推荐(0)
摘要: ``` using UnityEngine; using System.Collections; using System.IO; using System.Xml; public class xml : MonoBehaviour { XmlDocument xmlDoc = new XmlDocument (); void Start () { XmlDocument xm... 阅读全文
posted @ 2016-02-20 16:56 yufenghou 阅读(710) 评论(0) 推荐(0)
摘要: xml为 阅读全文
posted @ 2016-02-20 16:13 yufenghou 阅读(836) 评论(0) 推荐(0)