GUITransitioner.SetScreen3 C# (CSharp) Method

SetScreen3() private method

private SetScreen3 ( bool active ) : void
active bool
return void
	private void SetScreen3(bool active) {
		craftScreen.SetActive(active);
	}