메소드 | 설명 | |
---|---|---|
Draw ( |
Draw the game for the specified _time.
|
|
DrawBall ( |
||
DrawGraphicsEvent ( GraphicsEvent graphicsEvent ) : void | ||
DrawRope ( |
||
DrawShot ( |
||
DrawStatusOverlay ( ) : void | ||
GameRenderer ( Ballz game ) : Ballz.GameSession.World | ||
HandleMessage ( object sender, |
||
PostProcess ( ) : void |
메소드 | 설명 | |
---|---|---|
LoadContent ( ) : void |
메소드 | 설명 | |
---|---|---|
GetChargeColor ( float charge ) : Vector4 |
Returns a nice color between red and green for given inputs from [0..1].
|
public Draw ( |
||
time | time since start of game (cf BallzGame draw). | |
리턴 | void |
public DrawGraphicsEvent ( GraphicsEvent graphicsEvent ) : void | ||
graphicsEvent | GraphicsEvent | |
리턴 | void |
public GameRenderer ( Ballz game ) : Ballz.GameSession.World | ||
game | Ballz | |
리턴 | Ballz.GameSession.World |
public HandleMessage ( object sender, |
||
sender | object | |
message | ||
리턴 | void |