GUI Title

Data Type

An Object used to override the title in the choose/view origin GUI of a layer.

Fields

Field Type Default Description
choose_origin Text Component optional If specified, this will override the title that shows up when choosing an origin in the layer.
view_origin Text Component optional If specified, this will override the title that shows up when viewing an origin in the layer.

Examples

"gui_title": {
    "choose_origin": "Choose your stuff!",
    "view_origin": "This is the stuff that you chose."
}

This example will make the origin layer show "Choose your stuff!" in the prompt for choosing an origin in the layer, and "This is the stuff that you chose." in the prompt for viewing an origin in the layer.