コード例 #1
0
 public override void Recycle()
 {
     ShapeBehaviorPool <GrowingShapeBehavior> .Reclaim(this);
 }
コード例 #2
0
 public override void Recycle()
 {
     ShapeBehaviorPool <MovementShapeBehavior> .Reclaim(this);
 }
コード例 #3
0
 public override void Recycle()
 {
     previousOscillation = 0f;
     ShapeBehaviorPool <OscillationShapeBehavior> .Reclaim(this);
 }
コード例 #4
0
 public override void Recycle()
 {
     ShapeBehaviorPool <SatelliteShapeBehavior> .Reclaim(this);
 }
コード例 #5
0
 public override void Recycle()
 {
     ShapeBehaviorPool <RotationShapeBehavior> .Reclaim(this);
 }