外向外套

文章
4
资源
0
加入时间
3年0月8天

ExtJS学习之MessageBox公共属性公共方法

公共属性公共属性类型描述CANCELObject按钮配置,显示单个“Cancel”按钮ERRORStringCSS类,提供了ERROR图标的图片INFOStringCSS类,提供了INFO图标的图片MsgObjectExt.MessageBox的缩写OK

sql数据库处理

using System;-------------数据库工具类--------------using System.Collections;using System.Collections.Generic;using UnityEngine;using Mono.Data.Sqlite;//如何在unity中使用数据库//封装一个工具类 负责创建 增删改查等操作public class SqlLiteDataHelper : MonoBehaviour{ //数据库连接定义 .