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