AGS.Types.RoomRegion.GetEditor C# (CSharp) Method

GetEditor() public method

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
return object
        public object GetEditor(Type editorBaseType)
        {
            return TypeDescriptor.GetEditor(this, editorBaseType, true);
        }