Mathematica > Dynamic Interactivity > Interactive Manipulation > Options & Styling for Interactive Manipulation > Gamepad & Device Interface >
Mathematica > Visualization and Graphics > Graphics Interactivity & Drawing > Interactive 3D Control > Gamepad & Device Interface >

LocalizeVariables

LocalizeVariables
is an option to Manipulate which determines whether the values of variables associated with controls should be localized.
By default Manipulate variables are localized:
In[1]:=
Click for copyable input
Out[1]=
 
By disabling LocalizeVariables, the variables are treated as global:
In[1]:=
Click for copyable input
Out[1]=
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team