Interface FloatArrayAccessor

All Known Subinterfaces:
FloatArrayAccessor.FloatArrayProperty

public interface FloatArrayAccessor
Provides an accessor for a float array property.
  • Method Details

    • getFloats

      float[] getFloats()
      Retrieves the float array from the float array property.
      Returns:
      The float array stored by the float array property.