public override void Recyle()
 {
     ShapeBehaviourPool<DyingShapeBehaviour>.Reclaim(this);
 }
 public override void Recyle()
 {
     previousOscillation = 0f;
     ShapeBehaviourPool <OscillationShapeBehaviour> .Reclaim(this);
 }
示例#3
0
 public override void Recyle()
 {
     ShapeBehaviourPool <SatelliteShapeBehaviour> .Reclaim(this);
 }
示例#4
0
 public override void Recyle()
 {
     ShapeBehaviourPool <RotationShapeBehaviour> .Reclaim(this);
 }
示例#5
0
 public override void Recyle()
 {
     ShapeBehaviourPool <MovementShapeBehaviour> .Reclaim(this);
 }
示例#6
0
 public override void Recycle()
 {
     ShapeBehaviourPool <GrowingShapeBehavior> .Reclaim(this);
 }
 public override void Recycle()
 {
     ShapeBehaviourPool <LifecycleShapeBehavior> .Reclaim(this);
 }