AoMEngineLibrary.AMP.BrgMax.SaveUI C# (CSharp) Method

SaveUI() public method

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