
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 · 7574 阅读 · 0 评论 -
Unity API 思维导图
Unity+API原创 2018-03-01 10:03:31 · 1641 阅读 · 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 · 779 阅读 · 0 评论