THREE.Stats
Contents
newtype Stats Source #
https://threejs.org/docs/#api/en/scenes/Stats
Constructors
Fields
Defined in THREE.Stats
Methods
fromJSVal :: JSVal -> IO (Maybe Stats) Source #
fromJSValUnchecked :: JSVal -> IO Stats Source #
toJSVal :: Stats -> IO JSVal Source #
toObject :: Stats -> IO Object Source #
new :: () -> Three Stats Source #
showPanel :: Method Stats Int () Source #
stats.showPanel(1); 0: FPS, 1: MS, 2: MB, 3+: CUSTOM
update :: Method Stats () () Source #
dom :: Property Stats JSVal Source #