Class IntArrayField

java.lang.Object
com.jme3.util.struct.StructField<Integer[]>
com.jme3.util.struct.fields.IntArrayField

public class IntArrayField extends StructField<Integer[]>
  • Constructor Details

    • IntArrayField

      public IntArrayField(int position, String name, Integer[] value)
    • IntArrayField

      public IntArrayField(int position, String name, Integer length)
  • Method Details

    • getValueForUpdate

      public Integer[] getValueForUpdate()
      Get value and mark field for update
      Returns: