Show / Hide Table of Contents

Class DarknessLevelEditModule

Module for changing the darkness level of a scene. Permitted values are -1, 0 (normal), 1, 2 (fully dark)
Darkness regions in modified scenes will be disabled.

Inheritance
System.Object
Module
DarknessLevelEditModule
Inherited Members
Module.Name
Module.LoadOnce()
Module.UnloadOnce()
Module.ModuleHandlingProperties
Module.Loaded
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Modules
Assembly: ItemChanger.dll
Syntax
public class DarknessLevelEditModule : Module

Fields

| Improve this Doc View Source

darknessLevelsByScene

Declaration
public Dictionary<string, int> darknessLevelsByScene
Field Value
Type Description
Dictionary<System.String, System.Int32>

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
Overrides
Module.Initialize()
| Improve this Doc View Source

Unload()

Declaration
public override void Unload()
Overrides
Module.Unload()

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX