Class: HTMLAxisViewportElement

HTMLAxisViewportElement()

Provides the html element for the Axis framework

Constructor

new HTMLAxisViewportElement()

Source:

Members

(static) observedAttributes

Inherited static property, which returns an array of names of these of the object's properties, for which the attributeChangedCallback method is to fire whenever their value changes
Source:

Methods

attributeChangedCallback()

Fires when an attribute, whose name is in the retured values of observedAttributes, changes.
Source:

connectedCallback()

Inherited mehtod which fires when the html element is
Source:

CreateAttribute(attributeName, defaultValue, selector)

Parameters:
Name Type Description
attributeName String Name of the attribute to be created
defaultValue * Default value to use if an attribute with the given name does not exist
selector function A function which returns a useful object base on the contents of the attribute
Source:

Initialize()

Creates any relevant html content and initializes the html element
Source:

LoadSrc()

Loads the scene from the src attribute of the html element
Source:

SetupAttributeControls()

Sets up the input control models selected via the relevant properties of the html element
Source:

Documentation generated by JSDoc 3.5.3 on Mon Feb 19 2018 20:39:27 GMT+0200 (FLE Standard Time)