drawText2d()
No Description Provided
Function Definition
ts
public static drawText2d(text: string, pos2d?: shared.IVector2, font?: GameFont, scale?: number, color?: shared.RGBA, outline?: boolean, dropShadow?: boolean): shared.EveryTick;
Arguments
- text: string
- pos2d?: shared.IVector2
- font?: GameFont
- scale?: number
- color?: shared.RGBA
- outline?: boolean
- dropShadow?: boolean
Returns
- shared.EveryTick
Documentation
No Documentation Provided Yet