C# Class Dodgeball.Game.BallParticle

Inheritance: Sprite
Afficher le fichier Open project: schonstal/BLOODBALL Class Usage Examples

Méthodes publiques

Свойство Type Description
decayRate float
startingAlpha float

Méthodes publiques

Méthode 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 méthode

public BallParticle ( float X = 0f, float Y = 0f ) : System
X float
Y float
Résultat System

initialize() public méthode

public initialize ( float X = 0f, float Y = 0f ) : BallParticle
X float
Y float
Résultat BallParticle

updateAlpha() public méthode

public updateAlpha ( int steps ) : void
steps int
Résultat void

Property Details

decayRate public_oe property

public float decayRate
Résultat float

startingAlpha public_oe property

public float startingAlpha
Résultat float