Interface EntityEditor.EditorValue.Propagator.Setter

Enclosing interface:
EntityEditor.EditorValue.Propagator<T>

public static interface EntityEditor.EditorValue.Propagator.Setter
Sets attribute values, routing to the appropriate target depending on context.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> void
    set(Attribute<T> attribute, @Nullable T value)
    Sets the value of the given attribute.
  • Method Details

    • set

      <T> void set(Attribute<T> attribute, @Nullable T value)
      Sets the value of the given attribute.
      Type Parameters:
      T - the value type
      Parameters:
      attribute - the attribute
      value - the value