摘要: 阅读全文
posted @ 2024-06-17 16:41 朋丶Peng 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ReadXml.cs内容: using System.Collections; using System.Collections.Generic; using UnityEngine; using System.Xml; public class ReadXml : MonoBehaviour { 阅读全文
posted @ 2024-06-17 16:14 朋丶Peng 阅读(1) 评论(0) 推荐(0) 编辑
摘要: using UnityEngine; using System.Collections; public class TestClass : MonoBehaviour { private float AlphaValue = 1.0f; private float time = 0.0f; priv 阅读全文
posted @ 2024-06-17 15:26 朋丶Peng 阅读(1) 评论(0) 推荐(0) 编辑
摘要: public class NewBehaviourScript : MonoBehaviour { [DisplayOnly] string studentName = "秦始皇"; [DisplayOnly] [SerializeField] float age = 15; [DisplayOnl 阅读全文
posted @ 2024-06-17 14:55 朋丶Peng 阅读(3) 评论(0) 推荐(0) 编辑