InvexGames / MaterialUI

MaterialUI is a UI kit for Unity that follows Google's official material design guidelines.
http://invexgames.com/materialUI.html
Other
771 stars 200 forks source link

removed interactable bool on the CheckBoxToggler script #20

Closed nah0y closed 9 years ago

nah0y commented 9 years ago

directly use the toggle interactable bool instead of adding on on the CheckBoxToggler script

nah0y commented 9 years ago

Hum... you plan on keeping the Interactable boolean duplicated?

InvexGames commented 9 years ago

No, it already got removed when I redid it last night :P

nah0y commented 9 years ago

Are you sure? :) Seems like it's still on master on the CheckBoxToggler script https://github.com/InvexGames/MaterialUI/blob/master/Scripts/CheckBoxToggler.cs

InvexGames commented 9 years ago

Oh, whoops.