自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 Unity prefab

2021-04-01 20:05:17 95

原创 Unity RawImage和Image的区别

RawImage和Image的区别: Image控件用于显示Sprite类型的图片 RawImage控件用于显示Texture类型图片

2021-03-29 13:05:06 1219 1

原创 Unity 点击Button改变Text的显示内容

在Canvas中创建Button和Text 写C#script代码 using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI;public class Button : MonoBehaviour{ //Make sure to attach these Buttons in the Inspector public Button m_You

2021-03-25 21:13:56 3452 2

原创 Unity的技术手册

https://connect.unity.com/doc

2021-03-25 17:44:44 228

原创 Unity中修改Text的内容

Unity中修改Text的内容//Attach this script to a GameObject.//Create a Text GameObject (Create>UI>Text) and attach it to the My Text field in the Inspector of your GameObject//Press the space bar in Play Mode to see the Text change.using UnityEngine;

2021-03-25 17:36:59 11113

转载 安卓颜色设置

<color name="white">#ffffff</color> <!-- 白色 --> <color name="ivory">#fffff0</color> <!-- 象牙色 --> <color name="lightyellow">#ffffe0</color> &...

2020-03-16 10:48:07 174

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除