BuildDeployWindow.BuildAll(Boolean) 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.
Builds the open Unity project and its AppX for BuildTarget.WSAPlayer.
public static void BuildAll (bool install = true);
static member BuildAll : bool -> unit
Public Shared Sub BuildAll (Optional install As Boolean = true)
Parameters
- install
- Boolean