Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Update EditorBuildTarget enum for better understanding #536

Merged
merged 1 commit into from
Apr 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class PlatformEntryPropertyDrawer : PropertyDrawer
private static readonly GUIContent EverythingContent = new GUIContent(Everything);
private static readonly GUIContent EditorOnlyContent = new GUIContent("Editor Only");
private static readonly GUIContent RuntimePlatformContent = new GUIContent("Runtime Platforms");
private static readonly GUIContent EditorBuildTargetContent = new GUIContent("Editor Build Target");
private static readonly GUIContent EditorBuildTargetContent = new GUIContent("Editor + Build Target");

private static readonly int ControlHint = typeof(PlatformEntryPropertyDrawer).GetHashCode();

Expand Down