Expose "meta" to the Inspector
This commit is contained in:
parent
41d1dba35f
commit
e425f2d498
7 changed files with 17 additions and 14 deletions
|
|
@ -2476,7 +2476,7 @@ void TilesetEditorContext::_get_property_list(List<PropertyInfo> *p_list) const
|
|||
|
||||
void TilesetEditorContext::_bind_methods() {
|
||||
|
||||
ClassDB::bind_method("_hide_script_from_inspector", &TilesetEditorContext::_hide_script_from_inspector);
|
||||
ClassDB::bind_method("_hide_object_properties_from_inspector", &TilesetEditorContext::_hide_object_properties_from_inspector);
|
||||
}
|
||||
|
||||
TilesetEditorContext::TilesetEditorContext(TileSetEditor *p_tileset_editor) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue