Type Parameters

  • SQUARE = boolean

Hierarchy

Properties

minResolution: SQUARE extends true ? number : IVector2

The minimum resolution of this dialog, in pixels.

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