ARCS logo.js Augmented Reality Component System

Global

Methods

arcs_module(moduleDefinition, deps)

definition of the main module function: it takes an anonymous function as a parameter the anonymous function has one parameter: the object encompassing ARCS definitions (in order to able to use ARCS.Component.create, ...)
Parameters:
Name Type Description
moduleDefinition function main function of the module. It should return a list of components
deps mixed[] dependencies
Source: