SonyWWS / LevelEditor

The ATF LevelEditor is a powerful tool for constructing and assembling game levels. It provides a WYSIWYG interface and allows you to place objects, edit properties, edit terrain, and build game levels.
Apache License 2.0
1.32k stars 230 forks source link

Arbitrary properties #27

Open dsaltares opened 8 years ago

dsaltares commented 8 years ago

Is it possible to add arbitrary key value pairs to game objects in the property editor? That would be rather useful to hook into game specific logic.

abeckus commented 8 years ago

Hi David, We don't support this feature out of box, but it is relatively easy to implement. Please look at ATF CircuitEditor sample for reference. CircuitEditor allows user to add dynamic properties to circuit elements. Ideally the dynamic properties feature should be added to ATF this way all the ATF based applications can automatically acquire it. ( But there is no immediate plan to add the feature to ATF framework).

Alan