Jump to: navigation, search

Changes


Object Editor

30 bytes removed, 07:52, 24 April 2013
/* Property controls */
! Data type!! Example !! Comment
|- align="left"
| [[Bool]] || [[File:UI_ObjectEditor_Bool.png]] || 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]] || 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]]
|- align="left"
| [[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]] || 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]] || 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]] || An [http://en.wikipedia.org/wiki/Integer_(computer_science) integer] number
|- align="left"
| [[String]]|| [[File:UI_ObjectEditor_String.png]] || A [http://en.wikipedia.org/wiki/String_(computer_science) string] value
|- align="left"
| [[Undefined]]|| - ||Internal type, will not result in an editing control
|- align="left"
| [[XML]]|| - || Markup text in [http://en.wikipedia.org/wiki/Xml XML] format; currently displayed as raw string by this control
|}