Class DemoWelcomeMessage
Controls the display of a welcome message panel in demo scenes. Shows the message when running outside the editor. Can be placed directly on the welcome message GameObject as a standalone prefab.
Namespace: NWH.Common.Demo
Assembly: NWH.Common.dll
Syntax
public class DemoWelcomeMessage : MonoBehaviour
Fields
| Edit this page View SourcecloseButton
Button used to close the welcome message panel. If not assigned, searches for a Button in children.
Declaration
public Button closeButton
Field Value
| Type | Description |
|---|---|
| Button |