InteractionButton.ToggleArrowActive C# (CSharp) Method

ToggleArrowActive() public method

public ToggleArrowActive ( bool active ) : void
active bool
return void
	public void ToggleArrowActive (bool active) {
		_arrow.SetActive(active);	
	}