Class TextInputPrefab


  • Field Details

  • Constructor Details

    • TextInputPrefab

      public TextInputPrefab()
    • TextInputPrefab

      public TextInputPrefab(String value)
  • Method Details

    • setType

      public void setType(TextInputNode.Type type)
    • apply

      protected void apply(Entity entity)
      Description copied from class: Prefab
      Adds this prefab's predefined components to a given entity and copies values from this prefab.
      Overrides:
      apply in class TextPrefab