AGS.Editor.GUIController.GetPropertyGridObject C# (CSharp) 메소드

GetPropertyGridObject() 공개 메소드

public GetPropertyGridObject ( ) : object
리턴 object
        public object GetPropertyGridObject()
        {
            if (_mainForm.ActivePane == null) return null;
            return _mainForm.ActivePane.SelectedPropertyGridObject;
        }
GUIController