TextShaderInterface

abstract class TextShaderInterface

Constructors

Link copied to clipboard
fun TextShaderInterface()

Functions

Link copied to clipboard
abstract fun asShaderProgramInterface(): ShaderProgramInterface
Link copied to clipboard
abstract fun setColor(color: Color)
Link copied to clipboard
abstract fun setHaloColor(color: Color)
Link copied to clipboard
abstract fun setReferencePoint(point: Vec3D)
Link copied to clipboard
abstract fun setScale(scale: Float)