Click or drag to resize

UiElementSetVisible Method

Change the visibility of this element.

Namespace:  RavingBots.MagicGestures.UI.Elements
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public 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