Exemplo n.º 1
0
    /// <summary>
    /// Instantiates a client view and begins polling for frames to populate it.
    /// </summary>
    public void StartClientPollFrames()
    {
        parsecFrameDecoder = new ParsecFrameDecoder();
        parsecGuestView    = Instantiate(parsecGuestViewPrefab);

        StartCoroutine(ClientPollFrame());
    }