ExplosionObject Konstruktor

Explosionskonstruktormethode

Definition

Namensraum: KWEngine3.GameObjects
Assembly: KWEngine3 (in KWEngine3.dll) Version: 3.0.4.2+6f891b7e38419c187c1956396a2c2f3f0880d862
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