Show / Hide Table of Contents

Class Settings

Inheritance
object
Settings
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class Settings

Constructors

View Source

Settings(bool)

Declaration
public Settings(bool createDefaultModules = true)
Parameters
Type Name Description
bool createDefaultModules

Fields

View Source

Deployers

Declaration
public List<IDeployer> Deployers
Field Value
Type Description
List<IDeployer>
View Source

Placements

Declaration
public Dictionary<string, AbstractPlacement> Placements
Field Value
Type Description
Dictionary<string, AbstractPlacement>
View Source

Start

Declaration
public StartDef? Start
Field Value
Type Description
StartDef
View Source

TransitionOverrides

Declaration
public Dictionary<Transition, ITransition> TransitionOverrides
Field Value
Type Description
Dictionary<Transition, ITransition>
View Source

mods

Declaration
public ModuleCollection mods
Field Value
Type Description
ModuleCollection

Methods

View Source

GetItems()

Declaration
public IEnumerable<AbstractItem> GetItems()
Returns
Type Description
IEnumerable<AbstractItem>
View Source

GetPlacements()

Declaration
public IEnumerable<AbstractPlacement> GetPlacements()
Returns
Type Description
IEnumerable<AbstractPlacement>

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX