GDevelop
GDevelop copied to clipboard
Add autocompletion for animation, effect and point in behavior properties
Description
There are autocompletions in action and condition parameters that don't exist for behavior properties.
Solution suggested
Some insights:
- Property types are chosen with a drop down list in
EventsBasedBehaviorPropertiesEditor - Property fields are build by
PropertiesMapToSchema - Fields used for parameters handle autocompletion:
ObjectAnimationNameField,ObjectEffectNameField,ObjectEffectParameterNameField,ObjectPointNameField - Property types are mapped to primitive types in
ValueTypeMetadata::ConvertPropertyTypeToValueType