THREE.Source
Contents
newtype Source Source #
https://threejs.org/docs/#api/en/textures/Source
Constructors
Fields
Defined in THREE.Source
Methods
fromJSVal :: JSVal -> IO (Maybe Source) Source #
fromJSValUnchecked :: JSVal -> IO Source Source #
toArgs :: Source -> IO [JSVal] Source #
toJSVal :: Source -> IO JSVal Source #
toObject :: Source -> IO Object Source #
new :: ToArgs a => a -> Three Source Source #
data_ :: (FromJSVal a, ToJSVal a) => Property Source (Maybe a) Source #
needsUpdate :: Property Source Bool Source #
dataReady :: Property Source Bool Source #
uuid :: ReadOnly Source MisoString Source #
version :: Property Source Int Source #
toJSON :: Method Source Object Object Source #