Symbol.ResetZoom C# (CSharp) Method

ResetZoom() public method

public ResetZoom ( int symbol ) : void
symbol int
return void
    public void ResetZoom(int symbol)
    {
        this.count=0.0f;
        this.transform.localScale = Vector3.one*scales [symbol];
    }