Table of Contents

Class UISampleSceneUIContainer

public class UISampleSceneUIContainer : MonoBehaviour
Inheritance
UISampleSceneUIContainer

Fields

ContainerLayout

Container for the sample scene UI.

public LayoutElement ContainerLayout

Field Value

LayoutElement

Methods

HideMenu()

public void HideMenu()

SetVisible(bool)

Sets the visibility of the demo container by changing the height to zero, or restoring the height to what it initially was set to on Start.

public void SetVisible(bool visible)

Parameters

visible bool

Whether or not to hide the demo scene container.

ShowMenu()

public void ShowMenu()