Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Interface IUIScreen

    Defines the contract for a user interface screen that can be shown or hidden.

    Namespace: Fwt.Core.UI.Screens
    Assembly: fwt.core.dll
    Syntax
    public interface IUIScreen

    Properties

    Name

    Name of the UI screen.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string

    Methods

    Hide()

    Hides the current element from view or user interaction.

    Declaration
    void Hide()

    Show()

    Displays the user interface or window associated with the current instance.

    Declaration
    void Show()

    Extension Methods

    HashExtensions.GetHashCode_RefType<TValue>(TValue, int)
    Extensions_UnityObject.SmartDestroy(object)
    Extensions_UnityObject.SmartGetComponent<TComponent>(object)
    Extensions_UnityObject.SmartGetGameGameObject(object)
    In this article
    Back to top Generated by DocFX