Uses of Interface
com.fs.starfarer.api.campaign.ParticleControllerAPI
Packages that use ParticleControllerAPI
-
Uses of ParticleControllerAPI in com.fs.starfarer.api.campaign
Methods in com.fs.starfarer.api.campaign that return ParticleControllerAPIModifier and TypeMethodDescriptionLocationAPI.addParticle
(org.lwjgl.util.vector.Vector2f loc, org.lwjgl.util.vector.Vector2f vel, float size, float brightness, float rampUp, float duration, Color color) -
Uses of ParticleControllerAPI in com.fs.starfarer.api.util
Methods in com.fs.starfarer.api.util that return ParticleControllerAPIModifier and TypeMethodDescriptionstatic ParticleControllerAPI[]
Misc.addGlowyParticle
(LocationAPI location, org.lwjgl.util.vector.Vector2f loc, org.lwjgl.util.vector.Vector2f vel, float size, float rampUp, float dur, Color color)