| Package | org.ffilmation.engine.core |
| Class | public class fElementContainer |
| Inheritance | fElementContainer flash.display.Sprite |
The fElementContainer is the root displayObject for a renderable Element while the scene is being rendered.
| Property | Defined by | ||
|---|---|---|---|
| fElement : fRenderableElement
A pointer to the fElement this container represents.
| fElementContainer | ||
| fElementId : String
The ID for this element.
| fElementContainer | ||
| fElement | property |
public var fElement:fRenderableElementA pointer to the fElement this container represents. Using this, you will be able to access the element from an Event listener attached to the container.
| fElementId | property |
public var fElementId:StringThe ID for this element. Using this, you will be able to access the element from an Event listener attached to the container.