Table of Contents

Class Config

Namespace
nadena.dev.ndmf.config
public static class Config
Inheritance
Config
Inherited Members

Properties

ApplyOnBuild

public static bool ApplyOnBuild { get; set; }

Property Value

bool

ApplyOnPlay

Controls whether NDMF transformations will be applied at play time.

public static bool ApplyOnPlay { get; set; }

Property Value

bool

Events

OnChange

This event will be invoked when any config value changes.

public static event Action OnChange

Event Type

Action