public override void Recycle()
 {
     ShapeBehaviourPool <DyingShapeBehavior> .Reclaim(this);
 }
Ejemplo n.º 2
0
 public override void Recycle()
 {
     ShapeBehaviourPool <RotationBehaviour> .Reclaim(this);
 }
 public override void Recycle()
 {
     _previousOscillation = 0f;
     ShapeBehaviourPool <OcscillationShapeBehaviour> .Reclaim(this);
 }
 public override void Recycle()
 {
     ShapeBehaviourPool <SatelliteShapeBehavior> .Reclaim(this);
 }