LDtkFieldDefinition
@Serializable
This section is mostly only intended for the LDtk editor app itself. You can safely ignore it.
Constructors
Link copied to clipboard
fun LDtkFieldDefinition(type: String, acceptFileTypes: List<String>? = null, arrayMaxLength: Int? = null, arrayMinLength: Int? = null, canBeNull: Boolean, defaultOverride: DefaultOverrideInfo? = null, identifier: String, isArray: Boolean, max: Float? = null, min: Float? = null, regex: String? = null, uid: Int)