Click or drag to resize

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
Syntax
C#
public 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