Jump to: navigation, search

Changes


Object Editor

60 bytes added, 18:40, 13 May 2013
! Data type!! Example !! Comment
|- align="left"
| Bool || [[File:UI_ObjectEditor_Bool.png|220x140px]] || True or false to be read/set via a Checkbox
|- align="left"
| ByteStream || - ||Internal type, will not result in an editing control
|- align="left"
| DateTime || [[File:UI_ObjectEditor_DateTime.png|220x140px]] || Date and time in a combined value; format according to regional settings
|- align="left"
| Double || - || [http://en.wikipedia.org/wiki/Double-precision_floating-point_format Double-precision floating-point format], optionally with [[Unit|unit of measurement]]
| FileReference|| - || A path to a physical file in [http://en.wikipedia.org/wiki/Path_(computing)#MS-DOS.2FMicrosoft_Windows_style DOS/Windows]- or [http://en.wikipedia.org/wiki/Path_(computing)#Uniform_Naming_Convention UNC] notation; the button opens a dialog to pick a file from the file system
|- align="left"
| GeoData || [[File:UI_ObjectEditor_GEO.png|220x140px]] || Absolute geographic position combined of [http://en.wikipedia.org/wiki/Longitude Longitude], [http://en.wikipedia.org/wiki/Latitude Latitude] and [http://en.wikipedia.org/wiki/Altitude Altitude] in [http://en.wikipedia.org/wiki/World_Geodetic_System WGS84] format; the button tries to open the current location in Google maps
|- align="left"
| Guid || [[File:UI_ObjectEditor_GUID.png|220x140px]] || Pointer to another object, represented with the [http://en.wikipedia.org/wiki/Globally_unique_identifier GUID] of the target object
|- align="left"
| Int || [[File:UI_ObjectEditor_Int.png|220x140px]] || An [http://en.wikipedia.org/wiki/Integer_(computer_science) integer] number
|- align="left"
| String || [[File:UI_ObjectEditor_String.png|220x140px]] || A [http://en.wikipedia.org/wiki/String_(computer_science) string] value
|- align="left"
| Undefined || - ||Internal type, will not result in an editing control