Property | Type | Description | |
---|---|---|---|
GetPlayerPosition | PositionDelegate | ||
movers | List |
Method | Description | |
---|---|---|
CreateBullet ( ) : |
新しい弾(Mover)を作成するときライブラリから呼ばれる
|
|
Draw ( |
||
FreeMovers ( ) : void |
使われなくなったMoverを解放する
|
|
Initialize ( PositionDelegate playerDelegate ) : void | ||
MoverManager ( DnK game ) : System.Collections.Generic | ||
PlayerPosition ( |
a mathod to get current position of the player This is used to target bullets at that position
|
|
RemoveBullet ( |
弾が消えたときにライブラリから呼び出される
|
|
Update ( |
すべてのMoverの行動を実行する
|
public Draw ( |
||
gameTime | ||
return | void |
public Initialize ( PositionDelegate playerDelegate ) : void | ||
playerDelegate | PositionDelegate | |
return | void |
public MoverManager ( DnK game ) : System.Collections.Generic | ||
game | DnK | |
return | System.Collections.Generic |
public PlayerPosition ( |
||
targettedBullet | the bullet we are getting a target for | |
return |
public RemoveBullet ( |
||
deadBullet | ||
return | void |
public Update ( |
||
gameTime | ||
return | void |
public PositionDelegate GetPlayerPosition | ||
return | PositionDelegate |