Beispiel #1
0
    void MoveGameObject()
    {
        if (movePlatform != null && !movePlatform.GetDrag())
        {
            movePlatform.StartDrag();
            changeColor.IsDragging();
        }


        if (searchPlatform != null && !searchPlatform.GetSearching())
        {
            searchPlatform.StartSearch();
        }
    }