WangTile class

Below is Tiled's documentation about how this structure is represented on XML files:

Constructors

WangTile({required int tileId, required List<int> wangId, bool hFlip = false, bool vFlip = false, bool dFlip = false})
WangTile.parse(Parser parser)

Properties

dFlip bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hFlip bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tileId int
getter/setter pair
vFlip bool
getter/setter pair
wangId List<int>
getter/setter pair

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

Static Methods

parseWangIds(List<int> value) List<int>