PinSetter.PinHaveSettled C# (CSharp) Method

PinHaveSettled() public method

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