Class GenericParticleDataBuilder
java.lang.Object
team.lodestar.lodestone.modules.rendering.particle.old_particle_system.data.GenericParticleDataBuilder
- All Implemented Interfaces:
GenericParticleDataWrapper
- Direct Known Subclasses:
SpinParticleDataBuilder
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGenericParticleDataBuilder(float startingValue, float middleValue, float endingValue) -
Method Summary
-
Field Details
-
startingValue
protected float startingValue -
middleValue
protected float middleValue -
endingValue
protected float endingValue -
coefficient
protected float coefficient -
startToMiddleEasing
-
middleToEndEasing
-
-
Constructor Details
-
GenericParticleDataBuilder
protected GenericParticleDataBuilder(float startingValue, float middleValue, float endingValue)
-
-
Method Details
-
unwrap
- Specified by:
unwrapin interfaceGenericParticleDataWrapper
-
setCoefficient
-
setEasing
-
setEasing
-
build
-