Search Results for

    Show / Hide Table of Contents

    Class WinScreen

    Inheritance
    object
    WinScreen
    Namespace: Game
    Assembly: cs.temp.dll.dll
    Syntax
    public class WinScreen : MonoBehaviour

    Fields

    Instance

    Declaration
    public static WinScreen Instance
    Field Value
    Type Description
    WinScreen

    playerTexts

    Declaration
    public List<TextMeshProUGUI> playerTexts
    Field Value
    Type Description
    List<><TextMeshProUGUI>

    Methods

    ShowWinScreen(int)

    Declaration
    public void ShowWinScreen(int player)
    Parameters
    Type Name Description
    int player
    In This Article
    Back to top Example Unity documentation footer