Global

Global

Methods

_updatePosition ()void Deprecated : since version 0.x

Returns:
Type Description
void

flowerPath ()

花描画path thisはphina.graphics.Canvasインスタンス

registerState (stateLabel, stateObject)this

Name Type Description
stateLabel string | symbol 状態を示すラベル
stateObject StateObject 状態オブジェクト
Returns:
Type Description
this - chainable

setState (stateLabel)this

Name Type Description
stateLabel string | symbol 状態を示すラベル
Returns:
Type Description
this - chainable

Type Definitions

SceneItem Object

Properties:
Name Type Description
label string
className string | function -
arguments Object -

StateObject Object

Properties:
Name Type Argument Description
enter function <optional>
状態が変わった際に実行する処理
update function <optional>
毎フレーム実行する処理

Vector2 Object

Properties:
Name Type Description
x number
y number