Open
Description
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
Tests
It can be tested on this extensions
Manually check that generated functions use the right parameter type.