aeson-tiled-0.0.2.1: Aeson instances for the Tiled map editor.
Safe HaskellNone
LanguageHaskell2010

Codec.Tiled.Tileset.Transformations

Documentation

data Transformations Source #

Constructors

Transformations 

Fields

Instances

Instances details
Eq Transformations Source # 
Instance details

Defined in Codec.Tiled.Tileset.Transformations

Show Transformations Source # 
Instance details

Defined in Codec.Tiled.Tileset.Transformations

Generic Transformations Source # 
Instance details

Defined in Codec.Tiled.Tileset.Transformations

Associated Types

type Rep Transformations :: Type -> Type #

ToJSON Transformations Source # 
Instance details

Defined in Codec.Tiled.Tileset.Transformations

FromJSON Transformations Source # 
Instance details

Defined in Codec.Tiled.Tileset.Transformations

type Rep Transformations Source # 
Instance details

Defined in Codec.Tiled.Tileset.Transformations

type Rep Transformations = D1 ('MetaData "Transformations" "Codec.Tiled.Tileset.Transformations" "aeson-tiled-0.0.2.1-3IFO8Z3ijyPIGJuK63SCDZ" 'False) (C1 ('MetaCons "Transformations" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hFlip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "vFlip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "rotate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "preferUntransformed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))