Class UISampleSceneUIContainer
- Namespace
- PlayEveryWare.EpicOnlineServices.Samples
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
boolWhether or not to hide the demo scene container.
ShowMenu()
public void ShowMenu()