Beispiel #1
0
    private void GenerateBoundary()
    {
        CheckpointBoundary checkpointBoundary = GetCheckpointBoundary();

        checkpointBoundary.UpdateBoundary(transform, GetRaycastHitUp(), GetRaycastHitDown());
    }