Eden Editor: Comment

From Bohemia Interactive Community
Revision as of 12:39, 17 March 2020 by R3vo (talk | contribs) (update)
Jump to navigation Jump to search

A comment is an annotation in the scenario. It is a virtual entity which exists only in the editor and has no effect on the scenario playthrough.

To place a comment, click the right mouse button on an empty space and select Place Comment option. This will add the comment and immediately open its attributes editing window, where you can set a title and a tooltip.

3den comment.gif

A comment can be edited as any other entity. You can drag it around, copy and paste it, move it to layers, delete it, etc. It can also be saved to custom compositions, where it can help to explain some aspects of the composition.

Attributes

Info Development
Name Category Description Property Type
Title Init Text displayed above the comment icon. Name String
Tooltip Init Text displayed as a tooltip when hovering over the comment icon. Description String
Position Init World coordinates in meters. X goes from West to East, Y from South to North and Z is height above terrain. position Position3D
Rotation Init Local rotation in degrees. X is pitch, Y is roll and Z is yaw. rotation Number