function OnGUI(){ GUI.skin = myskin; if(GUILayout.Button("add_component",GUILayout.Height(40),GUI.Width(110))){ obj.Addcomponent("xzhuang"); } if(GUILayout.Button("del_component",GUILayout.Height(40),GUIlayout.Width(110))){ var Script: Object = obj.GetComponent("xzhuang"); Destroy(Script); } }
GUILayout无法使用,效果是有皮肤,按钮有动态效果。按钮添加删除脚本。可用于使敌人变我方人物。
时间: 2024-10-25 07:28:28