CSProjectDependency<T>.InEditorSupportedPlatforms Property

Definition

Get a list of supported editor build targets.

public:
 property System::Collections::Generic::HashSet<UnityEditor::BuildTarget> ^ InEditorSupportedPlatforms { System::Collections::Generic::HashSet<UnityEditor::BuildTarget> ^ get(); };
public System.Collections.Generic.HashSet<UnityEditor.BuildTarget> InEditorSupportedPlatforms { get; }
member this.InEditorSupportedPlatforms : System.Collections.Generic.HashSet<UnityEditor.BuildTarget>
Public ReadOnly Property InEditorSupportedPlatforms As HashSet(Of BuildTarget)

Property Value

HashSet<UnityEditor.BuildTarget>

Applies to