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