# Two.Element
Extends: Two.Events
The foundational object for the Two.js scenegraph.
# renderer
Two.Element.renderer
Object access to store relevant renderer specific variables. Warning: manipulating this object can create unintended consequences.
# className
Two.Element.className
A class to be applied to the element to be compatible with CSS styling.
# classList
Two.Element.classList
A list of class strings stored if imported / interpreted from an SVG element.
# flagReset
Two.Element.flagReset
Called internally by Two.js's renderer to reset all flags. Ensures that only properties that change are updated before being sent to the renderer.
← Two.Matrix Two.Shape →