Class ParticleFlowEmitterPrefab
java.lang.Object
dev.prozilla.pine.core.entity.prefab.Prefab
dev.prozilla.pine.core.entity.prefab.particle.ParticleEmitterPrefab
dev.prozilla.pine.core.entity.prefab.particle.ParticleFlowEmitterPrefab
-
Field Summary
FieldsFields inherited from class dev.prozilla.pine.core.entity.prefab.particle.ParticleEmitterPrefab
count, particlePrefab
-
Constructor Summary
ConstructorsConstructorDescriptionParticleFlowEmitterPrefab
(TextureBase texture) ParticleFlowEmitterPrefab
(ParticlePrefab particlePrefab) ParticleFlowEmitterPrefab
(String texturePath) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Adds this prefab's predefined components to a given entity and copies values from this prefab.void
setApplyTimeScale
(boolean applyTimeScale) void
setSpawnDelay
(VariableProperty<Float> spawnDelay) Methods inherited from class dev.prozilla.pine.core.entity.prefab.particle.ParticleEmitterPrefab
setCount
Methods inherited from class dev.prozilla.pine.core.entity.prefab.Prefab
instantiate, instantiate, setActive, setName, setTag
-
Field Details
-
spawnDelay
-
applyTimeScale
protected boolean applyTimeScale
-
-
Constructor Details
-
ParticleFlowEmitterPrefab
-
ParticleFlowEmitterPrefab
-
ParticleFlowEmitterPrefab
-
-
Method Details