Urho3D/bin/Data/Particle/Burst.xml

29 lines
910 B
XML

<?xml version="1.0"?>
<particleeffect>
<material name="Materials/Particle.xml" />
<numparticles value="200" />
<updateinvisible enable="false" />
<relative enable="true" />
<scaled enable="true" />
<sorted enable="false" />
<animlodbias value="0" />
<emittertype value="Sphere" />
<emittersize value="0 0 0" />
<direction min="-1 -1 -1" max="1 1 1" />
<constantforce value="0 -20 0" />
<dampingforce value="0" />
<activetime value="0" />
<inactivetime value="0" />
<emissionrate min="2000" max="2000" />
<particlesize min="0.03 0.3" max="0.06 1" />
<timetolive min="1" max="1" />
<velocity min="8" max="10" />
<rotation min="0" max="0" />
<rotationspeed min="0" max="0" />
<sizedelta add="0" mul="0.01" />
<faceCameraMode value="Direction" />
<colorfade color="1 1 1 1" time="0" />
<colorfade color="0.5 0.75 1 1" time="0.5" />
<colorfade color="0 0 0 0" time="1" />
</particleeffect>