| 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
)
Private Sub ChangeInteractablility (
_buttonToChange As Button,
_value As Boolean
)
private:
void ChangeInteractablility(
Button^ _buttonToChange,
bool _value
)
private member ChangeInteractablility :
_buttonToChange : Button *
_value : bool -> unit
Parameters
- _buttonToChange
- Type: Button
The button to change - _value
- Type: SystemBoolean
The value determining the button's interactability
See Also