You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privatestaticreadonlyDefiningConfigKey<bool>_enableLinkedComponentHierarchy=new("EnableLinkedComponentHierarchy","Allow generating a hierarchical list of all dynamic variable components linked to a space.",()=>true);
9
+
privatestaticreadonlyDefiningConfigKey<bool>_enableLinkedVariablesList=new("EnableLinkedVariablesList","Allow generating a list of all dynamic variable definitions linked to a space.",()=>true);
10
+
publicoverridestringDescription=>"Contains the options for the available debug info buttons on DynamicVariableSpace Components.";
//private static readonly ModConfigurationKey<bool> EnableLinkedVariablesList = new("EnableLinkedVariablesList", "Allow generating a list of dynamic variable definitions for a space.", () => true);
17
-
18
-
//[AutoRegisterConfigKey]
19
-
//private static readonly ModConfigurationKey<bool> EnableVariableHierarchy = new("EnableVariableHierarchy", "Allow generating a hierarchy of dynamic variable components for a space.", () => true);
"DynamicVariablePowerTools.EnableLinkedVariablesList.Tooltip": "Generates a list of all dynamic variable definitions linked to this space in the <i>Output</i> field.",
"DynamicVariablePowerTools.EnableLinkedComponentHierarchy.Description": "Allow generating a hierarchical list of all dynamic variable components linked to a space.",
"DynamicVariablePowerTools.EnableLinkedComponentHierarchy.Tooltip": "Generates a hierarchical list of all dynamic variable components linked to this space in the <i>Output</i> field.",
0 commit comments