Struct BuildSettings
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct BuildSettings
Properties
|
Improve this Doc
View Source
buildFlags
Declaration
public ContentBuildFlags buildFlags { get; set; }
Property Value
|
Improve this Doc
View Source
group
Declaration
public BuildTargetGroup group { get; set; }
Property Value
|
Improve this Doc
View Source
target
Declaration
public BuildTarget target { get; set; }
Property Value
|
Improve this Doc
View Source
typeDB
Declaration
public TypeDB typeDB { get; set; }
Property Value
Extension Methods