Package com.fs.starfarer.api.combat
Interface MissileRenderDataAPI
public interface MissileRenderDataAPI
-
Method Summary
Modifier and TypeMethodDescriptionfloat
org.lwjgl.util.vector.Vector2f
Absolute engine coordinates, NOT relative to ship location.float
-
Method Details
-
getSprite
SpriteAPI getSprite() -
getBrightness
float getBrightness() -
getMissileCenterLocation
org.lwjgl.util.vector.Vector2f getMissileCenterLocation()Absolute engine coordinates, NOT relative to ship location.- Returns:
-
getMissileFacing
float getMissileFacing() -
getMissileSpecId
String getMissileSpecId()
-