Click or drag to resize

UiElementSetState Method

Called when the visibility state changes.

Namespace:  RavingBots.MagicGestures.UI.Elements
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected virtual void SetState(
	State currentState,
	State previousState
)

Parameters

currentState
Type: RavingBots.MagicGestures.UI.ElementsState
previousState
Type: RavingBots.MagicGestures.UI.ElementsState
See Also