Search Results for

    Show / Hide Table of Contents

    Class PlayerManager

    Inheritance
    object
    PlayerManager
    Namespace: Player
    Assembly: cs.temp.dll.dll
    Syntax
    public class PlayerManager : MonoBehaviour

    Fields

    cards

    Declaration
    public List<PlayerJoinCard> cards
    Field Value
    Type Description
    List<><PlayerJoinCard>

    Instance

    Declaration
    public static PlayerManager Instance
    Field Value
    Type Description
    PlayerManager

    playerColors

    Declaration
    public List<Color> playerColors
    Field Value
    Type Description
    List<><Color>

    playerSelect

    Declaration
    public GameObject playerSelect
    Field Value
    Type Description
    GameObject

    Methods

    StartGame()

    Declaration
    public void StartGame()
    In This Article
    Back to top Example Unity documentation footer