ExplosionObject Konstruktor

Explosionskonstruktormethode

Definition

Namensraum: KWEngine3.GameObjects
Assembly: KWEngine3 (in KWEngine3.dll) Version: 3.0.3.0+5a1a93710439697f5c5b3a2ecf0170e28863e0a1
C#
public ExplosionObject(
	int particleCount,
	float particleSize,
	float explosionRadius,
	float durationInSeconds,
	ExplosionType type
)

Parameter

particleCount  Int32
Anzahl der Partikel
particleSize  Single
Größe der Partikel
explosionRadius  Single
Radius der Explosion
durationInSeconds  Single
Dauer der Explosion in Sekunden
type  ExplosionType
Art der Explosion

Siehe auch