ModToolsOptions Class |
Namespace: UMod.ModTools
[SerializableAttribute] public sealed class ModToolsOptions
The ModToolsOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | ModToolsOptions | Initializes a new instance of the ModToolsOptions class |
Name | Description | |
---|---|---|
![]() | AllowAssetsInMods |
Are mods allowed to include shared assets.
Shared assets are defined as assets that are not scene or scripts/assembly assets.
|
![]() | AllowDotNet4X |
Does the mod tools allow .Net 4.x to be used for script assets.
|
![]() | AllowModReferences |
Does the mod tools support referencing other mods.
|
![]() | AllowMultipleModsPerProject |
Does the mod tools package support multiple mod export profiles per Unity project.
|
![]() | AllowScenesInMods |
Are mods allowed to include scene assets.
|
![]() | AllowScriptsInMods |
Are mods allowed to include script assets.
Managed assemblies are also considered script assets.
|
![]() | IncludeMenu |
Does the mod tools package include a menu.
|
![]() | MenuEntries |
Get all menu entries for the mod tools package.
|
![]() | MenuRoot |
The menu root path of the mod tools package menu.
|