Safe Haskell | None |
---|---|
Language | Haskell2010 |
Rattletrap.Type.Attribute.RigidBodyState
Documentation
data RigidBodyState Source #
Constructors
RigidBodyState | |
Instances
FromJSON RigidBodyState Source # | |
Defined in Rattletrap.Type.Attribute.RigidBodyState Methods parseJSON :: Value -> Parser RigidBodyState # parseJSONList :: Value -> Parser [RigidBodyState] # | |
ToJSON RigidBodyState Source # | |
Defined in Rattletrap.Type.Attribute.RigidBodyState Methods toJSON :: RigidBodyState -> Value # toEncoding :: RigidBodyState -> Encoding # toJSONList :: [RigidBodyState] -> Value # toEncodingList :: [RigidBodyState] -> Encoding # omitField :: RigidBodyState -> Bool # | |
Show RigidBodyState Source # | |
Defined in Rattletrap.Type.Attribute.RigidBodyState Methods showsPrec :: Int -> RigidBodyState -> ShowS # show :: RigidBodyState -> String # showList :: [RigidBodyState] -> ShowS # | |
Eq RigidBodyState Source # | |
Defined in Rattletrap.Type.Attribute.RigidBodyState Methods (==) :: RigidBodyState -> RigidBodyState -> Bool # (/=) :: RigidBodyState -> RigidBodyState -> Bool # |
bitPut :: RigidBodyState -> BitPut Source #