EditorInspectorPlugin
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
_can_handle ( Object object ) virtual const |
|
void |
_parse_begin ( Object object ) virtual |
void |
_parse_category ( Object object, String category ) virtual |
void |
_parse_end ( Object object ) virtual |
void |
_parse_group ( Object object, String group ) virtual |
_parse_property ( Object object, Variant.Type type, String name, PropertyHint hint_type, String hint_string, BitField<PropertyUsageFlags> usage_flags, bool wide ) virtual |
|
void |
add_custom_control ( Control control ) |
void |
add_property_editor ( String property, Control editor, bool add_to_end=false, String label=”” ) |
void |
add_property_editor_for_multiple_properties ( String label, PackedStringArray properties, Control editor ) |
Method Descriptions
bool _can_handle ( Object object ) virtual const
There is currently no description for this method. Please help us by contributing one!
void _parse_begin ( Object object ) virtual
There is currently no description for this method. Please help us by contributing one!
void _parse_category ( Object object, String category ) virtual
There is currently no description for this method. Please help us by contributing one!
void _parse_end ( Object object ) virtual
There is currently no description for this method. Please help us by contributing one!
void _parse_group ( Object object, String group ) virtual
There is currently no description for this method. Please help us by contributing one!
bool _parse_property ( Object object, Variant.Type type, String name, PropertyHint hint_type, String hint_string, BitField<PropertyUsageFlags> usage_flags, bool wide ) virtual
There is currently no description for this method. Please help us by contributing one!
void add_custom_control ( Control control )
There is currently no description for this method. Please help us by contributing one!
void add_property_editor ( String property, Control editor, bool add_to_end=false, String label=”” )
There is currently no description for this method. Please help us by contributing one!
void add_property_editor_for_multiple_properties ( String label, PackedStringArray properties, Control editor )
There is currently no description for this method. Please help us by contributing one!