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(TextureAsset texture) ParticleFlowEmitterPrefab(ParticlePrefab particlePrefab) ParticleFlowEmitterPrefab(String texturePath) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidAdds this prefab's predefined components to a given entity and copies values from this prefab.voidsetApplyTimeScale(boolean applyTimeScale) voidsetSpawnDelay(FloatProperty spawnDelay) Methods inherited from class dev.prozilla.pine.core.entity.prefab.particle.ParticleEmitterPrefab
setCountMethods inherited from class dev.prozilla.pine.core.entity.prefab.Prefab
addChild, addChildren, addChildren, instantiate, instantiate, removeChild, setActive, setName, setTag
-
Field Details
-
spawnDelay
-
applyTimeScale
protected boolean applyTimeScale
-
-
Constructor Details
-
ParticleFlowEmitterPrefab
-
ParticleFlowEmitterPrefab
-
ParticleFlowEmitterPrefab
-
-
Method Details