Click or drag to resize

GameLiftManagerLobbyManagerChangeInteractablility Method

Allows a button's interactability to be changed on the main Unity thread

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
private void ChangeInteractablility(
	Button _buttonToChange,
	bool _value
)

Parameters

_buttonToChange
Type: Button
The button to change
_value
Type: SystemBoolean
The value determining the button's interactability
See Also