C# Class Dodgeball.Game.BallTrail

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

Public Properties

Property Type Description
maxCount float
spawnRate float

Public Methods

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

Method Details

BallTrail() public method

public BallTrail ( Ball ball ) : System
ball Ball
return System

spawn() public method

public spawn ( int steps = 1 ) : void
steps int
return void

startingAlpha() public method

public startingAlpha ( ) : float
return float

Property Details

maxCount public_oe property

public float maxCount
return float

spawnRate public_oe property

public float spawnRate
return float