GDevelop icon indicating copy to clipboard operation
GDevelop copied to clipboard

Add autocompletion for animation, effect and point in behavior properties

Open D8H opened this issue 2 years ago • 0 comments

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

D8H avatar Dec 03 '23 23:12 D8H