void DrawEnum(EnumBuildSettingEntry entry) { EditorGUILayout.LabelField(entry.Value); }
public EnumBuildSettingEntry(EnumBuildSettingEntry other) : base(other) { _buildSetting = other._buildSetting; _index = other._index; }