Click or drag to resize

ModToolsOptions Class

Represents all the mod tools properties.
Inheritance Hierarchy
SystemObject
  UMod.ModToolsModToolsOptions

Namespace:  UMod.ModTools
Assembly:  UMod-ModTools (in UMod-ModTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public sealed class ModToolsOptions

The ModToolsOptions type exposes the following members.

Constructors
  NameDescription
Public methodModToolsOptions
Initializes a new instance of the ModToolsOptions class
Top
Properties
  NameDescription
Public propertyAllowAssetsInMods
Are mods allowed to include shared assets. Shared assets are defined as assets that are not scene or scripts/assembly assets.
Public propertyAllowDotNet4X
Does the mod tools allow .Net 4.x to be used for script assets.
Public propertyAllowModReferences
Does the mod tools support referencing other mods.
Public propertyAllowMultipleModsPerProject
Does the mod tools package support multiple mod export profiles per Unity project.
Public propertyAllowScenesInMods
Are mods allowed to include scene assets.
Public propertyAllowScriptsInMods
Are mods allowed to include script assets. Managed assemblies are also considered script assets.
Public propertyIncludeMenu
Does the mod tools package include a menu.
Public propertyMenuEntries
Get all menu entries for the mod tools package.
Public propertyMenuRoot
The menu root path of the mod tools package menu.
Top
See Also