C# Class Dodgeball.Game.PlayerGlow

Inheritance: Sprite
Mostrar archivo Open project: schonstal/BLOODBALL Class Usage Examples

Public Methods

Method Description
PlayerGlow ( Player player ) : System
flash ( ) : void
postUpdate ( ) : void

Method Details

PlayerGlow() public method

public PlayerGlow ( Player player ) : System
player Player
return System

flash() public method

public flash ( ) : void
return void

postUpdate() public method

public postUpdate ( ) : void
return void