Class IntField

java.lang.Object
com.jme3.util.struct.StructField<Integer>
com.jme3.util.struct.fields.IntField

public class IntField extends StructField<Integer>
  • Constructor Details

    • IntField

      public IntField(int position, String name, Integer value)
  • Method Details

    • setValue

      public void setValue(Integer value)
      Set value for this field and mark for update
      Parameters:
      value -