Skip to content

SimplifiedDetailInfo

Title Screen Schema / Definitions / SimplifiedDetailInfo
Schema Type: JSON Type: object

A lesser form of DetailInfo used for the title screen since that supports fewer features

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


assetBundle

Type: string

Relative filepath to an asset-bundle to load the prefab defined in `path` from


path

Type: string

Either the path in the scene hierarchy of the item to copy or the path to the object in the supplied asset bundle.
If empty, will make an empty game object. This can be useful for adding other props to it as its children.


removeChildren

Type: array

A list of children to remove from this detail

Items

Type: string

No Description Found


removeComponents

Type: boolean

Do we reset all the components on this object? Useful for certain props that have dialogue components attached to
them.


scale

Type: number Default: 1

Scale the prop


stretch

Type: MVector3

Scale each axis of the prop. Overrides `scale`.

See Definitions/MVector3