예제 #1
0
 void DrawEnum(EnumBuildSettingEntry entry)
 {
     EditorGUILayout.LabelField(entry.Value);
 }
예제 #2
0
 public EnumBuildSettingEntry(EnumBuildSettingEntry other)
     : base(other)
 {
     _buildSetting = other._buildSetting;
     _index        = other._index;
 }