Eden Editor: Marker: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:
! class="unsortable" | Description
! class="unsortable" | Description
! Class
! Class
! Control
! Type
|-
|-
| '''Type'''
| '''Type'''
Line 15: Line 15:
|  
|  
| <tt>itemClass</tt>
| <tt>itemClass</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Type|Type]]</tt>
| [[String]]
|-
|-
| '''Variable Name'''
| '''Variable Name'''
Line 21: Line 21:
|  
|  
| <tt>name</tt>
| <tt>name</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Edit|Edit]]</tt>
| [[String]]
|-
|-
| '''Text'''
| '''Text'''
Line 27: Line 27:
|  
|  
| <tt>text</tt>
| <tt>text</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Edit|Edit]]</tt>
| [[String]]
|-
|-
| '''Size'''
| '''Size'''
Line 33: Line 33:
|  
|  
| <tt>size2</tt>
| <tt>size2</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditAB|EditAB]]</tt>
| [[Array]]
|-
|-
| '''Position'''
| '''Position'''
Line 39: Line 39:
|  
|  
| <tt>position</tt>
| <tt>position</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditXY|EditXY]]</tt>
| [[Position3D]]
|-
|-
| '''Rotation'''
| '''Rotation'''
Line 45: Line 45:
|  
|  
| <tt>rotation</tt>
| <tt>rotation</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditZ|EditZ]]</tt>
| [[Number]]
|-
|-
| '''Shape'''
| '''Shape'''
Line 51: Line 51:
|  
|  
| <tt>markerType</tt>
| <tt>markerType</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#ShapeMarker|ShapeMarker]]</tt>
| [[String]]
|-
|-
| '''Brush'''
| '''Brush'''
Line 57: Line 57:
|  
|  
| <tt>brush</tt>
| <tt>brush</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#markerBrush|markerBrush]]</tt>
| [[String]]
|-
|-
| '''Color'''
| '''Color'''
Line 63: Line 63:
|  
|  
| <tt>baseColor</tt>
| <tt>baseColor</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#MarkerColor|MarkerColor]]</tt>
| [[Array]]
|-
|-
| '''Alpha'''
| '''Alpha'''
Line 69: Line 69:
|  
|  
| <tt>alpha</tt>
| <tt>alpha</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Slider|Slider]]</tt>
| [[Number]]
|}
|}
</onlyinclude>
</onlyinclude>

Revision as of 17: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