Class ParameterVehicleHitLocation
java.lang.Object
zombie.audio.FMODParameter
zombie.audio.FMODLocalParameter
zombie.audio.parameters.ParameterVehicleHitLocation
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatcalculateLocation(BaseVehicle vehicle, float x, float y, float z) voidMethods inherited from class zombie.audio.FMODLocalParameter
setCurrentValue, startEventInstance, stopEventInstanceMethods inherited from class zombie.audio.FMODParameter
getCurrentValue, getName, getParameterDescription, getParameterID, resetToDefault, update
-
Constructor Details
-
ParameterVehicleHitLocation
public ParameterVehicleHitLocation()
-
-
Method Details
-
calculateCurrentValue
public float calculateCurrentValue()- Overrides:
calculateCurrentValuein classFMODLocalParameter
-
calculateLocation
public static ParameterVehicleHitLocation.HitLocation calculateLocation(BaseVehicle vehicle, float x, float y, float z) -
setLocation
-