miso-aframe-0.1: Miso bindings for A-Frame framework for WebVR.

Safe HaskellNone
LanguageHaskell2010

Miso.AFrame.Core.Types

Documentation

type Component action = Attribute action Source

type Entity action = [Component action] -> [View action] -> View action Source

data Vec2 Source

Constructors

Vec2 Float Float