public override void Recycle()
 {
     ShapeBehaviorPool <MovementShapeBehavior> .Reclaim(this);
 }
 public override void Recycle()
 {
     ShapeBehaviorPool <SatelliteShapeBehavior> .Reclaim(this);
 }
 public override void Recycle()
 {
     ShapeBehaviorPool <DyingShapeBehavior> .Reclaim(this);
 }
 public override void Recycle()
 {
     previousOscillation = 0f;
     ShapeBehaviorPool <OscillationShapeBehavior> .Reclaim(this);
 }
示例#5
0
 public override void Recycle()
 {
     ShapeBehaviorPool <RotationShapeBehavior> .Reclaim(this);
 }