Eden Editor: Marker: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 9: | Line 9: | ||
! class="unsortable" | Description | ! class="unsortable" | Description | ||
! Class | ! Class | ||
! | ! Type | ||
|- | |- | ||
| '''Type''' | | '''Type''' | ||
Line 15: | Line 15: | ||
| | | | ||
| <tt>itemClass</tt> | | <tt>itemClass</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Variable Name''' | | '''Variable Name''' | ||
Line 21: | Line 21: | ||
| | | | ||
| <tt>name</tt> | | <tt>name</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Text''' | | '''Text''' | ||
Line 27: | Line 27: | ||
| | | | ||
| <tt>text</tt> | | <tt>text</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Size''' | | '''Size''' | ||
Line 33: | Line 33: | ||
| | | | ||
| <tt>size2</tt> | | <tt>size2</tt> | ||
| | | [[Array]] | ||
|- | |- | ||
| '''Position''' | | '''Position''' | ||
Line 39: | Line 39: | ||
| | | | ||
| <tt>position</tt> | | <tt>position</tt> | ||
| | | [[Position3D]] | ||
|- | |- | ||
| '''Rotation''' | | '''Rotation''' | ||
Line 45: | Line 45: | ||
| | | | ||
| <tt>rotation</tt> | | <tt>rotation</tt> | ||
| | | [[Number]] | ||
|- | |- | ||
| '''Shape''' | | '''Shape''' | ||
Line 51: | Line 51: | ||
| | | | ||
| <tt>markerType</tt> | | <tt>markerType</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Brush''' | | '''Brush''' | ||
Line 57: | Line 57: | ||
| | | | ||
| <tt>brush</tt> | | <tt>brush</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Color''' | | '''Color''' | ||
Line 63: | Line 63: | ||
| | | | ||
| <tt>baseColor</tt> | | <tt>baseColor</tt> | ||
| | | [[Array]] | ||
|- | |- | ||
| '''Alpha''' | | '''Alpha''' | ||
Line 69: | Line 69: | ||
| | | | ||
| <tt>alpha</tt> | | <tt>alpha</tt> | ||
| | | [[Number]] | ||
|} | |} | ||
</onlyinclude> | </onlyinclude> |
Revision as of 16:43, 7 December 2015
Attributes
Info | Development | |||
---|---|---|---|---|
Name | Category | Description | Class | Type |
Type | Marker Type | itemClass | String | |
Variable Name | Marker Init | name | String | |
Text | Marker Init | text | String | |
Size | Marker Transformation | size2 | Array | |
Position | Marker Transformation | position | Position3D | |
Rotation | Marker Transformation | rotation | Number | |
Shape | Marker Style | markerType | String | |
Brush | Marker Style | brush | String | |
Color | Marker Style | baseColor | Array | |
Alpha | Marker Style | alpha | Number |