A system is a group that maintains a list of objects with a
maximum number, all of the same type. Each object is excepted to
have an ok method that returns whether or not it should be
reclaimed.
Methods
|
|
__init__
new
reset
update
|
|
__init__
|
__init__ ( self, max )
|
|
new
|
new ( self )
Construct a new particle.
|
|
reset
|
reset ( self, index )
Reset the nth particle.
|
|
update
|
update ( self )
|
|