摘要: using System.Collections;using System.Collections.Generic;using UnityEngine; public class Huanzhaung1 : MonoBehaviour{ //蒙皮网格渲染器 SkinnedMeshRenderer s 阅读全文
posted @ 2022-12-30 18:37 old_Host 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 轮转图发方法是使用画圆的技巧,对图片实现一个近大远小的效果。其中radMap是使用了上面发布的一个雷达图效果关联 阅读全文
posted @ 2022-12-23 08:07 old_Host 阅读(30) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI; public class CreatTerrtin : MonoBehavio 阅读全文
posted @ 2022-12-22 14:00 old_Host 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 当需要对数据进行改变时,要把数据标记为脏,然后清理数据,才能实现效果 public void SetVerticesDirty (); 描述 将顶点标记为“脏”。 vh.clear();//清理脏数据 阅读全文
posted @ 2022-12-22 08:36 old_Host 阅读(160) 评论(1) 推荐(0) 编辑