CSProjectDependency<T>.PlayerSupportedPlatforms Property

Definition

Get a list of supported player build targets.

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

Property Value

HashSet<UnityEditor.BuildTarget>

Applies to