Table of Contents
Property editors
This section presents the property editors. These editors are the interactive tool that enable to change properties value. They are displayed in the attribute editor. The properties of a node is a different name for the attributes.
Persistent fields (in the java sense) of a Node are attributes. Basically, all fields that are NOT static, const nor transient are attributes. The persistence management of the Node require each attribute to have accessors, which are declared in the node.
Primitive properties
If not differently noted in the code, attributes of primitive types(int,float…) as well as Strings are added displayed in the attribute editor as text fields.
The values can be changed via text input, but only valid inputs are stored (an integer attribute only stores integer values).
Changes in a text field are only saved if either enter was pressed or if another text field was selected.

