Type Parameters

  • SQUARE = boolean

Hierarchy

Properties

edges: "center" | IEdges
minResolution: SQUARE extends true ? number : IVector2

The minimum resolution of this dialog, in pixels.

modIndex?: number

Do not provide or modify this value, only reference it. This is set by the modding system during the process of registration.

saveOpen?: boolean

Whether to save if the dialog is open. If this is false, the dialog will always be closed when a game loads. Defaults to true.

size: SQUARE extends true ? number : IVector2

The default size of this dialog, in percentages. For square dialogs, this is the Y axis.

Generated using TypeDoc