public void CopyFrom(SgtStarfieldStar other)
	{
		Sprite      = other.Sprite;
		Color       = other.Color;
		Radius      = other.Radius;
		Angle       = other.Angle;
		Position    = other.Position;
		PulseSpeed  = other.PulseSpeed;
		PulseRange  = other.PulseRange;
		PulseOffset = other.PulseOffset;
	}
Esempio n. 2
0
 public void CopyFrom(SgtStarfieldStar other)
 {
     Sprite      = other.Sprite;
     Color       = other.Color;
     Radius      = other.Radius;
     Angle       = other.Angle;
     Position    = other.Position;
     PulseSpeed  = other.PulseSpeed;
     PulseRange  = other.PulseRange;
     PulseOffset = other.PulseOffset;
 }