mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 09:44:48 +08:00
Deferred shading
This commit is contained in:
Generated
+12
@@ -734,5 +734,17 @@ namespace CodeWalker.Properties {
|
||||
this["ExplorerWindowTheme"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool Deferred {
|
||||
get {
|
||||
return ((bool)(this["Deferred"]));
|
||||
}
|
||||
set {
|
||||
this["Deferred"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user