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