AoMEngineLibrary.AMP.BrgMax.SaveUI C# (CSharp) 메소드

SaveUI() 공개 메소드

public SaveUI ( ) : void
리턴 void
        public void SaveUI()
        {
            this.uniformAttachpointScale = this.Plugin.brgImportAttachScaleCheckBox.Checked;
            this.modelAtCenter = this.Plugin.brgImportCenterModelCheckBox.Checked;
        }