MapDebugOptions
Debug options for the map renderer. Each property represents a debug feature that can be enabled. Multiple options can be enabled simultaneously.
Constructors
Properties
Functions
Link copied to clipboard
fun copy(tileBorders: Boolean? = null, parseStatus: Boolean? = null, timestamps: Boolean? = null, collision: Boolean? = null, overdraw: Boolean? = null, stencilClip: Boolean? = null, depthBuffer: Boolean? = null): MapDebugOptions
Returns a copy of this MapDebugOptions with the specified options modified
Link copied to clipboard
Removes the specified debug options
Link copied to clipboard
Combines this debug options with another