| Package | org.ffilmation.engine.interfaces |
| Interface | public interface fEngineElementController |
| Method | Defined by | ||
|---|---|---|---|
|
assignElement(element:fElement):void
This is the initialization method
| fEngineElementController | ||
|
disable():void
This is used to disable the controller.
| fEngineElementController | ||
|
enable():void
This is used to enable the controller.
| fEngineElementController | ||
| assignElement | () | method |
public function assignElement(element:fElement):voidThis is the initialization method
Parameterselement:fElement — The fElement that will be controlled by this class.
|
| disable | () | method |
public function disable():voidThis is used to disable the controller. In complex applications, you will want to enable / disable controllers as you enter / leave scenes, when you trigger a cutscene, pause your game, go to the Options menu, etc etc
| enable | () | method |
public function enable():voidThis is used to enable the controller. In complex applications, you will want to enable / disable controllers as you enter / leave scenes, when you trigger a cutscene, pause your game, go to the Options menu, etc etc