Click or drag to resize

BuildToolsProjectSettings Class

Sub category of the build tools settings asset. Contains settings information about the UNity prject settings assets.
Inheritance Hierarchy
SystemObject
  UMod.BuildToolsBuildToolsProjectSettings

Namespace:  UMod.BuildTools
Assembly:  UMod-BuildTools (in UMod-BuildTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class BuildToolsProjectSettings

The BuildToolsProjectSettings type exposes the following members.

Constructors
  NameDescription
Public methodBuildToolsProjectSettings
Initializes a new instance of the BuildToolsProjectSettings class
Top
Properties
  NameDescription
Public propertyAvailableCount
Get the number of project assets that are in the project.
Public propertyIncludedCount
Get the number of project assets that will be included in the build tools package.
Public propertyIncludeProjectSettings
A value indicating whether project settings will be included in the build. This value will override per-project asset include settings.
Public propertySettingsAssets
Top
Methods
  NameDescription
Public methodGatherProjectSettings
Rebuild the list of project settings assets found in the project.
Top
See Also