Empty4Raycast 空白背景图片点击

来源:互联网 发布:js 选择文件路径 编辑:程序博客网 时间:2024/05/16 17:14
using UnityEngine;using System.Collections;namespace UnityEngine.UI{public class Empty4Raycast : MaskableGraphic{protected Empty4Raycast(){useLegacyMeshGeneration = false;}protected override void OnPopulateMesh(VertexHelper toFill){toFill.Clear();}}}

0 0
原创粉丝点击