unity 选择不同的枚举在面板上显示不同的属性

一、创建一个普通类 using System.Collections; using System.Collections.Generic; using UnityEngine; public class MyJointManager : MonoBehaviour {     private enum Hand     {         LeftHand,         RightHand  
相关文章
相关标签/搜索