C# Class Dodgeball.Game.BallTrail

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

Méthodes publiques

Свойство Type Description
maxCount float
spawnRate float

Méthodes publiques

Méthode Description
BallTrail ( Ball ball ) : System
spawn ( int steps = 1 ) : void
startingAlpha ( ) : float

Method Details

BallTrail() public méthode

public BallTrail ( Ball ball ) : System
ball Ball
Résultat System

spawn() public méthode

public spawn ( int steps = 1 ) : void
steps int
Résultat void

startingAlpha() public méthode

public startingAlpha ( ) : float
Résultat float

Property Details

maxCount public_oe property

public float maxCount
Résultat float

spawnRate public_oe property

public float spawnRate
Résultat float