
unity
魑魅魍魉9527
Android攻城狮、程序员
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Unity 动态隐藏显示UI上的image
把canvas上的图片绑定到cube下在需要隐藏的ui上绑定脚本 初始化的时候让其隐藏using System.Collections;using System.Collections.Generic;using UnityEngine;public class RawEditor : MonoBehaviour{ // Start is called before the first frame update void Start() { GameO.原创 2022-03-09 09:33:45 · 7662 阅读 · 0 评论 -
Unity API 思维导图
Unity+API原创 2018-03-01 10:03:31 · 1669 阅读 · 0 评论 -
Unity NGUI下生成预制体坐标计算
using System.Collections;using System.Collections.Generic;using UnityEngine;public class Knife : MonoBehaviour { private Vector3 firstPosition; private Vector3 secondPosition; private Vect原创 2018-03-22 13:25:43 · 798 阅读 · 0 评论