public override void Recycle() { ShapeBehaviorPool <GrowingShapeBehavior> .Reclaim(this); }
public override void Recycle() { ShapeBehaviorPool <MovementShapeBehavior> .Reclaim(this); }
public override void Recycle() { previousOscillation = 0f; ShapeBehaviorPool <OscillationShapeBehavior> .Reclaim(this); }
public override void Recycle() { ShapeBehaviorPool <SatelliteShapeBehavior> .Reclaim(this); }
public override void Recycle() { ShapeBehaviorPool <RotationShapeBehavior> .Reclaim(this); }