Utilities.IsPlatformInstalled(BuildTarget) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helper to see if the specified BuildTarget is installed in the editor.
public:
static bool IsPlatformInstalled(UnityEditor::BuildTarget buildTarget);
public static bool IsPlatformInstalled (UnityEditor.BuildTarget buildTarget);
static member IsPlatformInstalled : UnityEditor.BuildTarget -> bool
Public Function IsPlatformInstalled (buildTarget As BuildTarget) As Boolean
Parameters
- buildTarget
- UnityEditor.BuildTarget