Classes Sprite_Base - hikipuro/rpgmakermv_ref GitHub Wiki
Sprite_Base クラス
[クラス一覧]
(ver.1.6.2)
アニメーションを表示するためのクラス
定義場所: rpg_sprites.js
クラスの属性
- 継承元: Sprite
メソッド
| 名前 | 説明 |
|---|---|
| initialize | |
| update | |
| hide | |
| show | |
| updateVisibility | |
| updateAnimationSprites | |
| startAnimation | |
| isAnimationPlaying |
initialize
定義: initialize()
update
定義: update()
hide
定義: hide()
show
定義: show()
updateVisibility
定義: updateVisibility()
updateAnimationSprites
定義: updateAnimationSprites()
startAnimation
定義: startAnimation()
isAnimationPlaying
定義: isAnimationPlaying()