PinSetter.PinHaveSettled C# (CSharp) Méthode

PinHaveSettled() public méthode

public PinHaveSettled ( ) : void
Résultat void
    void PinHaveSettled()
    {
        ball.Reset ();
        lastStandingCount = -1; // Indicate pins have settled, and ball not back into box
        ballEnteredBox = false;
        standingDisplay.color = Color.green;
    }