VisualShaderNodeInput.inputName

One of the several input constants in lower-case style like: "vertex"(VERTEX) or "point_size"(POINT_SIZE).

  1. String inputName [@property getter]
  2. String inputName [@property setter]
    struct VisualShaderNodeInput
    @nogc nothrow @property
    void
    inputName
    (
    String v
    )

Meta