Packageorg.ffilmation.engine.core
Classpublic class fCamera
InheritancefCamera Inheritance fElement Inheritance flash.events.EventDispatcher

The fCamera defines which part of the scene is shown. Use the scene's setCamera method to asign any camera to the scene, and then move the camera

YOU CAN'T CREATE INSTANCES OF THIS ELEMENT DIRECTLY.
Use scene.createCamera() to add new cameras to the scene

See also

org.ffilmation.engine.core.fScene.createCamera()
org.ffilmation.engine.core.fScene.setCamera()


Public Properties
 PropertyDefined by
 Inheritedid : String
The string identifier of this element.
fElement
 Inheritedx : Number
X coordinate fot this element
fElement
 Inheritedy : Number
Y coordinate for this element
fElement
 Inheritedz : Number
Z coordinate for this element
fElement
Public Methods
 MethodDefined by
 Inherited
distanceTo(x:Number, y:Number, z:Number):Number
Returns the distance of this element to the given coordinate
fElement
 Inherited
follow(target:fElement, elasticity:Number = 0):void
Makes element follow target element
fElement
 Inherited
moveTo(x:Number, y:Number, z:Number):void
Moves the element to a given position
fElement
 Inherited
stopFollowing(target:fElement):void
Stops element from following another element
fElement
Public Constants
 ConstantDefined by
 InheritedMOVE : String = "elementmove"
[static] The fElement.MOVE constant defines the value of the type property of the event object for a elementmove event.
fElement
 InheritedNEWCELL : String = "elementnewcell"
[static] The fElement.NEWCELL constant defines the value of the type property of the event object for a elementnewcell event.
fElement