DisplayText

indigo.shared.display.DisplayText
final case class DisplayText(text: String, style: TextStyle, x: Float, y: Float, scaleX: Float, scaleY: Float, refX: Float, refY: Float, flipX: Float, flipY: Float, rotation: Radians, z: Double, width: Int, height: Int) extends DisplayEntity

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product