  | ViewSetVisible Method  | 
 
                Change the visibility of the view.
            
 
    Namespace: 
   RavingBots.MagicGestures.UI.Views
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic virtual void SetVisible(
	bool state,
	bool immediate = false
)
Parameters
- state
 - Type: SystemBoolean
 if the element should be visible. - immediate (Optional)
 - Type: SystemBoolean
 if the transition animation should be skipped. 
See Also