ARCed.Controls.ParameterMiniChart.ChangeActor C# (CSharp) 메소드

ChangeActor() 공개 메소드

Changes the actor the chart is displaying information of.
public ChangeActor ( Actor actor ) : void
actor Actor
리턴 void
        public void ChangeActor(Actor actor)
        {
            this._actor = actor;
            this.RefreshChart();
        }