Show / Hide Table of Contents

Class BuildPlayerWindow.DefaultBuildMethods

Default (legacy) implementation of player window build methods.

Inheritance
Object
BuildPlayerWindow.DefaultBuildMethods
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public static class DefaultBuildMethods

Methods

| Improve this Doc View Source

BuildPlayer(BuildPlayerOptions)

Default implementation of the build player method.

Declaration
public static void BuildPlayer(BuildPlayerOptions options)
Parameters
Type Name Description
BuildPlayerOptions options
| Improve this Doc View Source

GetBuildPlayerOptions(BuildPlayerOptions)

Default implementation for calculating build options before building the player.

Declaration
public static BuildPlayerOptions GetBuildPlayerOptions(BuildPlayerOptions defaultBuildPlayerOptions)
Parameters
Type Name Description
BuildPlayerOptions defaultBuildPlayerOptions
Returns
Type Description
BuildPlayerOptions
  • Improve this Doc
  • View Source
Back to top Generated by DocFX