Show / Hide Table of Contents

Struct BuildSettings

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Build.Content
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct BuildSettings

Properties

| Improve this Doc View Source

buildFlags

Declaration
public ContentBuildFlags buildFlags { get; set; }
Property Value
Type Description
ContentBuildFlags
| Improve this Doc View Source

group

Declaration
public BuildTargetGroup group { get; set; }
Property Value
Type Description
BuildTargetGroup
| Improve this Doc View Source

target

Declaration
public BuildTarget target { get; set; }
Property Value
Type Description
BuildTarget
| Improve this Doc View Source

typeDB

Declaration
public TypeDB typeDB { get; set; }
Property Value
Type Description
TypeDB

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX