GUITransitioner.SetScreen1 C# (CSharp) Method

SetScreen1() private method

private SetScreen1 ( bool active ) : void
active bool
return void
	private void SetScreen1(bool active) {
		if(active) ZoomOut();
		worldScreen.SetActive(active);
		//_craftScreen.SetActive(!active);
	}