OutputMode

enum OutputMode : Enum<OutputMode>

Entries

EXPORT_ALWAYS
Link copied to clipboard

The Editor will always start the export, this is helpful if you will make sure that your output format is respected.

EXPORT_IF_NECESSARY
Link copied to clipboard

The Editor will only start the export, if there are changes on the Image. Your export settings are not respected in this case.

EXPORT_ONLY_SETTINGS_LIST
Link copied to clipboard

The Editor will never export. This is for example useful If you want to save a serialisation only.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: OutputMode): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<OutputMode>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
override val name: String
ordinal
Link copied to clipboard
override val ordinal: Int