Exemplo n.º 1
0
    static void BTPause()
    {
        long id = GetId(Selection.activeGameObject);

        if (id < 0)
        {
            return;
        }
        BTDebug.SyncPause(id);
    }