Dart DocumentationcollisionsSpace_Noop

Space_Noop class

class Space_Noop implements Space{
 void reset() {}
 bool addParticles(Particles ps) => true;
 bool addSegment(Segment seg) => true;
 void handleCollision() {}
}

Implements

Space

Methods

bool addParticles(Particles ps) #

bool addParticles(Particles ps) => true;

bool addSegment(Segment seg) #

bool addSegment(Segment seg) => true;

void handleCollision() #

void handleCollision() {}

void reset() #

void reset() {}