Class BufferObjectField

java.lang.Object
com.jme3.shader.BufferObjectField

public class BufferObjectField extends Object
The class to describe a filed in BO.
  • Constructor Details

    • BufferObjectField

      public BufferObjectField(String name, VarType type)
  • Method Details

    • getName

      public String getName()
      Get the field name.
      Returns:
      the field name.
    • getType

      public VarType getType()
      Gets the field type.
      Returns:
      the field type.
    • getValue

      public Object getValue()
      Gets the field value.
      Returns:
      the field value.
    • setValue

      public void setValue(Object value)
      Sets the field value.
      Parameters:
      value - the field value.
    • toString

      public String toString()
      Overrides:
      toString in class Object