摘要:
private void OnCollisionEnter(Collision collision) { Destroy(collision.collider.gameObject); } 碰撞检测代码,物理碰撞代码 第二种检测 private void OnTriggerEnter(Collide 阅读全文
posted @ 2020-06-29 21:21
手札记
阅读(669)
评论(0)
推荐(0)
摘要:
float size =Input.GetAxis("Mouse ScrollWheel"); 获取鼠标滚轴值 float h = Input.GetAxis("Horizontal"); //得到键盘左右控制 float v = Input.GetAxis("Vertical"); //得到键盘上 阅读全文
posted @ 2020-06-29 20:57
手札记
阅读(488)
评论(0)
推荐(0)
摘要:
show databases 显示所有表 use XXX 数据库的名子 进入某个数据库 show tables; 显示这个数据库的表 阅读全文
posted @ 2020-06-29 15:12
手札记
阅读(137)
评论(0)
推荐(0)
摘要:
MySQL 数据类型 MySQL中定义数据字段的类型对你数据库的优化是非常重要的。 MySQL支持多种类型,大致可以分为三类:数值、日期/时间和字符串(字符)类型。 数值类型 MySQL支持所有标准SQL数值数据类型。 这些类型包括严格数值数据类型(INTEGER、SMALLINT、DECIMAL和 阅读全文
posted @ 2020-06-29 15:11
手札记
阅读(132)
评论(0)
推荐(0)
摘要:
using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI;[ExecuteInEditMode]public class ttttt : MonoBehaviour 阅读全文
posted @ 2020-06-29 14:11
手札记
阅读(1744)
评论(0)
推荐(0)

浙公网安备 33010602011771号