| Package | org.ffilmation.engine.elements |
| Class | public class fFloor |
| Inheritance | fFloor fPlane fRenderableElement fElement flash.events.EventDispatcher |
Arbitrary-sized tiles that form each floor in your scene
YOU CAN'T CREATE INSTANCES OF THIS OBJECT.
Floors are created when the scene is processed
| Property | Defined by | ||
|---|---|---|---|
![]() | castShadows : Boolean = true
Boolean value indicating if this object casts shadows.
| fRenderableElement | |
![]() | container : MovieClip The container is the base MovieClip that contains everything. | fRenderableElement | |
![]() | controller : fEngineElementController
Assigns a controller to this element
| fElement | |
| depth : Number
Floor depth in pixels.
| fFloor | ||
![]() | flashClip : MovieClip
A reference to the library movieclip that was attached to create the element, so you
can acces methods inside, nested clips or whatever
| fRenderableElement | |
![]() | holes : Array
Array of holes in this plane.
| fPlane | |
![]() | id : String
The string identifier of this element.
| fElement | |
![]() | material : fMaterial
Material applied to this plane
| fPlane | |
![]() | receiveLights : Boolean = true
Boolean value indicating if this object receives lighting.
| fRenderableElement | |
![]() | receiveShadows : Boolean = true
Boolean value indicating if this object receives shadows.
| fRenderableElement | |
![]() | solid : Boolean = true
Boolean value indicating if this object collides with others.
| fRenderableElement | |
| width : Number
Floor width in pixels.
| fFloor | ||
![]() | x : Number
X coordinate fot this element
| fElement | |
![]() | xmlObj : XML
This is the XML node from the scene XML that generated this element.
| fElement | |
![]() | y : Number
Y coordinate for this element
| fElement | |
![]() | z : Number
Z coordinate for this element
| fElement | |