C# Class Dodgeball.Game.BallParticle

Inheritance: Sprite
Datei anzeigen Open project: schonstal/BLOODBALL Class Usage Examples

Public Properties

Property Type Description
decayRate float
startingAlpha float

Public Methods

Method Description
BallParticle ( float X = 0f, float Y = 0f ) : System
initialize ( float X = 0f, float Y = 0f ) : BallParticle
updateAlpha ( int steps ) : void

Method Details

BallParticle() public method

public BallParticle ( float X = 0f, float Y = 0f ) : System
X float
Y float
return System

initialize() public method

public initialize ( float X = 0f, float Y = 0f ) : BallParticle
X float
Y float
return BallParticle

updateAlpha() public method

public updateAlpha ( int steps ) : void
steps int
return void

Property Details

decayRate public_oe property

public float decayRate
return float

startingAlpha public_oe property

public float startingAlpha
return float