Class WavefrontTerrainPlugin.WavefrontParams
java.lang.Object
com.fs.starfarer.api.impl.campaign.terrain.WavefrontTerrainPlugin.WavefrontParams
- Enclosing class:
- WavefrontTerrainPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloat
float
float
float
float
float
float
float
float
-
Constructor Summary
ConstructorsConstructorDescriptionWavefrontParams
(float burnLevel, float crLossMult, float arcOriginRange, float startWidth, float widthExpansionRate, float startThickness, float thicknessExpansionRate, float duration, float angle) -
Method Summary
-
Field Details
-
burnLevel
public float burnLevel -
crLossMult
public float crLossMult -
arcOriginRange
public float arcOriginRange -
startWidth
public float startWidth -
widthExpansionRate
public float widthExpansionRate -
startThickness
public float startThickness -
thicknessExpansionRate
public float thicknessExpansionRate -
duration
public float duration -
angle
public float angle
-
-
Constructor Details
-
WavefrontParams
public WavefrontParams(float burnLevel, float crLossMult, float arcOriginRange, float startWidth, float widthExpansionRate, float startThickness, float thicknessExpansionRate, float duration, float angle)
-