Eden Editor: Marker: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Attributes) |
||
Line 26: | Line 26: | ||
| '''Text''' | | '''Text''' | ||
| Marker Init | | Marker Init | ||
| Text displayed right | | Text displayed to the right of the marker. | ||
| <small><tt>text</tt></small> | | <small><tt>text</tt></small> | ||
| [[String]] | | [[String]] |
Revision as of 13:06, 14 December 2015
Attributes
Info | Development | |||
---|---|---|---|---|
Name | Category | Description | Class | Type |
Type | Marker Type | Icon texture. | itemClass | String |
Variable Name | Marker Init | Unique system name. Can contain any characters. The name is not case sensitive, so 'someName' and 'SOMENAME' are treated as the same variables. | name | String |
Text | Marker Init | Text displayed to the right of the marker. | text | String |
Size | Marker Transformation | Area size in meters. | size2 | Array |
Position | Marker Transformation | World coordinates in meters. X goes from East to West, Y from South to North and Z is height above terrain. | position | Position3D |
Rotation | Marker Transformation | Rotation in degrees. 0 points to North. | rotation | Number |
Shape | Marker Style | Area shape. | markerType | String |
Brush | Marker Style | Area fill texture. | brush | String |
Color | Marker Style | Marker color. 'Default' is based on selected marker type. | baseColor | Array |
Alpha | Marker Style | Transparency. When icon marker has a shadow, it will be visible beind the transparent icon. | alpha | Number |