Class: AttributeMenu

AttributeMenu(attributeSel)

Represents the right column of the editor page. Gets updated whenever the Canvas object selects/changes an object, and allows the user to manually change values of specific Drawable objects.

Constructor

new AttributeMenu(attributeSel)

Initializes this AttributeMenu
Parameters:
Name Type Description
attributeSel string The selector pointing to where this attribute selector is located
Source:

Classes

AttributeMenu

Methods

setObject(obj)

Resets the right column by updating it with a new object (or clearing it if no new object is selected)
Parameters:
Name Type Description
obj * The object to set to
Source:

updateObject()

Updates the right column. Called when the currently selected object gets updated outside of this element
Source: