Skip to content

TranslatorTextInfo

Celestial Body Schema / Definitions / TranslatorTextInfo
Schema Type: JSON Type: object

No Description Found

rotation

Type: MVector3

Rotation of the object

See Definitions/MVector3

alignRadial

Type: boolean or null

Do we try to automatically align this object to stand upright relative to the body's center? Stacks with rotation.
Defaults to true for geysers, tornados, and volcanoes, and false for everything else.


position

Type: MVector3

Position of the object

See Definitions/MVector3

isRelativeToParent

Type: boolean

Whether the positional and rotational coordinates are relative to parent instead of the root planet object.


parentPath

Type: string

The relative path from the planet to the parent of this object. Optional (will default to the root sector).


rename

Type: string

An optional rename of this object


arcInfo

Type: array

Additional information about each arc in the text

Items

Type: NomaiTextArcInfo

No Description Found

See Definitions/NomaiTextArcInfo

seed

Type: integer

The random seed used to pick what the text arcs will look like.


normal

Type: MVector3

Only for wall text. Aligns wall text to face towards the given direction, with 'up' oriented relative to its current rotation or alignment.

See Definitions/MVector3

type

Type: NomaiTextType Default: wall

The type of object this is.

See Definitions/NomaiTextType

location

Type: NomaiTextLocation Default: unspecified

The location of this object. Arcs will be blue if their locations match the wall, else orange.

See Definitions/NomaiTextLocation

xmlFile

Type: string

The relative path to the xml file for this object.