Class ParticleAppearanceRamp
java.lang.Object
com.ardor3d.extension.effect.particle.ParticleAppearanceRamp
- All Implemented Interfaces:
Savable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidClass<? extends ParticleAppearanceRamp> voidgetValuesAtAge(double age, double maxAge, ColorRGBA store, double[] fStore, ParticleSystem particles) voidread(InputCapsule capsule) voidremoveEntry(int index) voidremoveEntry(RampEntry entry) voidwrite(OutputCapsule capsule)
-
Field Details
-
_entries
-
-
Constructor Details
-
ParticleAppearanceRamp
public ParticleAppearanceRamp()
-
-
Method Details
-
addEntry
-
addEntry
-
clearEntries
public void clearEntries() -
getEntries
-
removeEntry
-
removeEntry
public void removeEntry(int index) -
getValuesAtAge
public void getValuesAtAge(double age, double maxAge, ColorRGBA store, double[] fStore, ParticleSystem particles) -
getClassTag
- Specified by:
getClassTagin interfaceSavable
-
read
- Specified by:
readin interfaceSavable- Throws:
IOException
-
write
- Specified by:
writein interfaceSavable- Throws:
IOException
-