C# Class Dodgeball.Game.Retical

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

Public Properties

Property Type Description
CHARGED_COLOR Color
UNCHARGED_COLOR Color
charge float

Public Methods

Method Description
Retical ( PlayerIndex playerIndex, Team team ) : System
Update ( ) : void
updateDirection ( ) : void

Method Details

Retical() public method

public Retical ( PlayerIndex playerIndex, Team team ) : System
playerIndex PlayerIndex
team Team
return System

Update() public method

public Update ( ) : void
return void

updateDirection() public method

public updateDirection ( ) : void
return void

Property Details

CHARGED_COLOR public_oe property

public Color CHARGED_COLOR
return Color

UNCHARGED_COLOR public_oe property

public Color UNCHARGED_COLOR
return Color

charge public_oe property

public float charge
return float