Packagedanmaq.nineball.core
Interfacepublic interface IScene

シーンの基底となるインターフェイスです。



Public Properties
 PropertyDefined by
  nextScene : IScene
[read-only] 次のシーンを取得します。
IScene
Public Methods
 MethodDefined by
  
dispose():void
デストラクタ。 シーンの解放処理を記述します。
IScene
  
update():Boolean
シーンの動作処理を記述します。 |next \戻値|true|false | |nextScene有|call| goto | |nextScene無|next|return|
IScene
Property detail
nextSceneproperty
nextScene:IScene  [read-only]

次のシーンを取得します。

Implementation
    public function get nextScene():IScene
Method detail
dispose()method
public function dispose():void

デストラクタ。 シーンの解放処理を記述します。

update()method 
public function update():Boolean

シーンの動作処理を記述します。 |next \戻値|true|false | |nextScene有|call| goto | |nextScene無|next|return|

Returns
Boolean — 次のフレームもシーンが存続する場合、true