Class Config
public static class Config
- Inheritance
-
Config
- Inherited Members
Properties
ApplyOnBuild
public static bool ApplyOnBuild { get; set; }
Property Value
ApplyOnPlay
Controls whether NDMF transformations will be applied at play time.
public static bool ApplyOnPlay { get; set; }
Property Value
Events
OnChange
This event will be invoked when any config value changes.
public static event Action OnChange