CurveTexture

Inherits: Texture < Resource < Reference < Object

Category: Core

Brief Description

A texture that shows a curve.

Member Variables

  • Curve curve - The curve rendered onto the texture.
  • int width - The width of the texture.

Description

Renders a given Curve provided to it. Simplifies the task of drawing curves and/or saving them as image files.