StyledText.generate

Generate the textures, if not already generated.

  1. void generate(Vector2 position)
  2. void generate(R chunks)
    struct StyledText(StyleRange = TextStyleSlice[])
    @trusted
    void
    generate
    (
    R
    )
    ()

Parameters

chunks R

Indices of chunks that need to be regenerated.

Meta