LeapConfiguration class

A configurable class that allows the developer to customize different options that Leap will use when reading the map.

Constructors

LeapConfiguration({TiledOptions tiled = const TiledOptions()})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tiled TiledOptions
The tiled options, change it to configure how Leap interpret the tiled map.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited