| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
THREE.SpriteMaterial
Contents
Synopsis
- newtype SpriteMaterial = SpriteMaterial {}
- new :: Three SpriteMaterial
- alphaMap :: (TextureClass texture, FromJSVal texture) => Property SpriteMaterial (Maybe texture)
- color :: Property SpriteMaterial Color
- fog :: Property SpriteMaterial Bool
- map :: (TextureClass texture, FromJSVal texture) => Property SpriteMaterial (Maybe texture)
- rotation :: Property SpriteMaterial Double
- sizeAttenuation :: Property SpriteMaterial Bool
Types
newtype SpriteMaterial Source #
Constructors
| SpriteMaterial | |
Fields | |
Instances
Constructors
Properties
alphaMap :: (TextureClass texture, FromJSVal texture) => Property SpriteMaterial (Maybe texture) Source #
map :: (TextureClass texture, FromJSVal texture) => Property SpriteMaterial (Maybe texture) Source #