ImageView.this

Create an image node from given texture or filename.

  1. this(BasicNodeParam!index sup, T source, Vector2 minSize)
    class ImageView
    deprecated
    this
    (
    T
    )
  2. this(NodeParams sup, T source, Vector2 minSize)
  3. this(NodeParams sup, T source)

Parameters

source T

Texture raylib struct to use, or a filename to load from.

minSize Vector2

Minimum size of the node.

Meta