Symbol.ResetZoom C# (CSharp) 메소드

ResetZoom() 공개 메소드

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