Revision for “Toggles” created on May 12, 2016 @ 08:20:44
Title | Toggles |
---|---|
Content | The Toggle control is a checkbox, radiobutton, or switch that allows the user to toggle an option on or off.
Be sure to check out the Unity <a href="http://docs.unity3d.com/Manual/script-Toggle.html" target="_blank">Toggle</a> component, and the Material Design Guidelines on <a href="http://www.google.com/design/spec/components/selection-controls.html#selection-controls-checkbox" target="_blank">Checkboxes</a>, <a href="http://www.google.com/design/spec/components/selection-controls.html#selection-controls-radio-button" target="_blank">Radio Buttons</a>, and <a href="http://www.google.com/design/spec/components/selection-controls.html#selection-controls-switch" target="_blank">Switches</a>.
<video class="aligncenter" src="http://materialunity.com/wp-content/uploads/2016/05/Toggles.mp4" autoplay="autoplay" loop="loop" width="640" height="180"></video>
<p style="text-align: center;"><span style="color: #808080;"><em>A Checkbox, a group of RadioButtons, and a Switch.</em></span></p>
<p style="text-align: center;"><a href="http://materialunity.com/wp-content/uploads/2016/05/checkbox-switch-inspector.png" rel="attachment wp-att-180"><img class="alignnone size-full wp-image-180" src="http://materialunity.com/wp-content/uploads/2016/05/checkbox-switch-inspector.png" alt="checkbox-switch-inspector" width="998" height="396" /></a></p>
<p style="text-align: center;"><span style="color: #808080;"><em>A Switch and Checkbox in the inspector.</em></span></p>
<p style="text-align: center;"><a href="http://materialunity.com/wp-content/uploads/2016/05/radio-inspector.png" rel="attachment wp-att-181"><img class="alignnone size-full wp-image-181" src="http://materialunity.com/wp-content/uploads/2016/05/radio-inspector.png" alt="radio-inspector" width="1016" height="405" /></a></p>
<p style="text-align: center;"><span style="color: #808080;"><em>A Radio Button and Radio Group in the inspector.</em></span></p>
<h1>Properties</h1>
Coming soon!
<h1>Details</h1>
Coming soon! |
Excerpt |