EditorInspectorPlugin¶
Category: Core
Brief Description¶
Methods¶
| void | add_custom_control ( Control control ) |
| void | add_property_editor ( String property, Control editor ) |
| void | add_property_editor_for_multiple_properties ( String label, PoolStringArray properties, Control editor ) |
| bool | can_handle ( Object object ) virtual |
| void | parse_begin ( Object object ) virtual |
| void | parse_category ( Object object, String category ) virtual |
| void | parse_end ( ) virtual |
| bool | parse_property ( Object object, int type, String path, int hint, String hint_text, int usage ) virtual |