- allonet.include.allonet.assetstore
- allonet.include.allonet.client
- allonet.include.allonet.jobs
- allonet.include.allonet.state
- allonet.lib.tinyjpeg.tiny_jpeg
- allonet.src.alloclient_simple_api
- allonet.src.asset
- allonet.src.asset
- allonet.src.assetstore
- allonet.src.client._client
- allonet.src.clientproxy
- allonet.src.delta
- allonet.src.media.media
- allonet.src.media.video.libav
- allonet.src.server
- allonet.src.standalone_server
- allonet.test.assetstore_test
- App
Methods
- app:_init (client)
- app:openPopupNearHand (popup, hand, distance, entity)
- app:addWristWidget (avatarOrHand, widget, callback)
- app:scheduleAction (delay, repeats, callback)
- app:clientTime ()
- app:serverTime ()
- app:updateComponents (changes, removals)
- Asset
Methods
- asset:_init (data)
- asset:read (offset, length)
- asset:write (data, offset, totalSize)
- asset:size ()
- asset:getImageWidthHeight ()
- asset:id (refresh)
- asset:like_file ()
- AssetManager
Methods
- assetmanager:_init (client)
- assetmanager:add (asset, manage)
- assetmanager:remove (asset)
- assetmanager:get (name)
- assetmanager:all ()
- assetmanager:count ()
- assetmanager:load (name, callback)
- AssetView
Methods
- assetview:_init (asset, bounds)
- Base64Asset
Methods
- base64asset:_init (base64)
- FileAsset
Methods
- fileasset:_init (path, load)
- fileasset:path ()
- fileasset:size ()
- LovrFileAsset
Methods
- lovrfileasset:_init (path)
- lovrfileasset:path ()
- lovrfileasset:size ()
- Bounds
Methods
- bounds:_init (a, b, c, w, h, d)
- bounds:copy ()
- bounds:moveToOrigin ()
- bounds:rotate (angle, x, y, z)
- bounds:move (x, y, z)
- bounds:scale (x, y, z)
- bounds:inset (w, h, d)
- Client
Methods
- client:_init (url, name, client, updateStateAutomatically)
- client:getEntity (function)
- client:launchApp (string, Pose, table, function)
- client:sendInteraction (Interaction, Function)
- client:poll (timeout_ms)
- Color
- Entity
Methods
- entity:getParent ()
- entity:getAncestor ()
- entity:getMatchingDescendant (The)
- alloui.lua.alloui.json
- Pose
Methods
- pose:_init (a, b, c, d)
- pose:copy ()
- pose:identity ()
- pose:set (other)
- pose:rotate (angle, x, y, z)
- pose:move (x, y, z)
- pose:scale (x, y, z)
- pose:concat (otherPoseOrTransform)
- PropertyAnimation
Methods
- propertyanimation:setPath (path)
- propertyanimation:setFrom (from)
- propertyanimation:setTo (to)
- propertyanimation:setStartAt (start_at)
- propertyanimation:setDuration (duration)
- propertyanimation:setEasing (easing)
- propertyanimation:setRepeats (repeats)
- propertyanimation:setAutoreverses (autoreverses)
- propertyanimation:removeFromView (callback)
- Size
Methods
- size:_init (width, height, depth)
- size:copy ()
- size:inset (byWidth, byHeight, byDepth)
- size:set (width, height, depth)
- size:getEdge (vertical, horizontal, depthwise)
- alloui.lua.alloui.standard_animations
- Button
Methods
- button:_init (bounds, text)
- button:setTexture (asset)
- button:setColor (rgba)
- Cube
Methods
- cube:_init (bounds)
- cube:setColor (rgba)
- FrameView
Methods
- frameview:_init (bounds, thickness)
- GrabHandle
Methods
- grabhandle:_init (bounds)
- Label
Methods
- label:_init (o)
- label:setText (text)
- label:setWrap (wrap)
- label:setHalign (halign)
- label:setColor (color)
- label:setFitToWidth (fitToWidth)
- ModelView
Methods
- modelview:_init (bounds, asset)
- NavStack
Methods
- navstack:_init (bounds)
- navstack:bottom ()
- navstack:top ()
- navstack:push (view)
- navstack:pop ()
- Ninepatch
Methods
- ninepatch:_init (bounds, inset, An, textureInset)
- ProxyIconView
Methods
- proxyiconview:_init (bounds, name, author, icon)
- proxyiconview:onIconDropped (at_transform)
- ResizeHandle
Methods
- resizehandle:_init (bounds, translationConstraint, rotationConstraint)
- Slider
Methods
- slider:minValue (newValue)
- slider:maxValue (newvalue)
- slider:currentValue (newValue)
- Speaker
- StackView
Methods
- stackview:_init (bounds, axis)
- stackview:margin (newValue)
- stackview:layout ()
- Surface
Methods
- surface:_init (bounds)
- TabView
Methods
- tabview:_init (bounds, tabSpacing, inactiveColor, activeColor)
- TextField
Methods
- textfield:_init (o)
- textfield:appendText (text)
- VideoSurface
Methods
- videosurface:_init (bounds, resolution)
- videosurface:setResolution (width, height)
- videosurface:setVideoFormat (fmt)
- videosurface:sendFrame (pixels, width, height, format, stride)
- View
Methods
- view:_init (bounds)
- view:awake ()
- view:sleep ()
- view:isAwake ()
- view:doWhenAwake (todo)
- view:setGrabbable (grabbable, grabOptions)
- view:setPointable (pointable)
- view:transformFromParent ()
- view:transformFromWorld ()
- view:convertPointFromView (point, other)
- view:specification ()
- view:updateComponents (changes, removals)
- view:markAsDirty (components)
- view:setTransform (transform)
- view:resetPoseFromServer ()
- view:setBounds (bounds)
- view:moveBoundsToEdge (horizontal, vertical, depthwise)
- view:addSubview (subview)
- view:removeFromSuperview ()
- view:findView (vid)
- view:playSound (asset, playOptions)
- view:askToFocus (avatar)
- view:defocus ()
- view:onGrabStarted (hand)
- view:onGrabEnded (hand)
- view:onPointerChanged (pointer)
- view:onPointerEntered (pointer)
- view:onPointerMoved (pointer)
- view:onPointerExited (pointer)
- view:onTouchDown (pointer)
- view:onTouchUp (pointer)
- view:onInteraction (inter, body, sender)
- view:onFileDropped (filename, asset_id)
- view:addPropertyAnimation (anim)
- view:setTexture (asset)
- view:setColor (rgba)
- view:layout ()