Parameters |
Description |
vPos |
Position vector. |
fSize |
Size for the label. |
text |
Text of the label. |
r |
Red component for the label colour. Default is 1. |
g |
Green component for the label colour. Default is 1. |
b |
Blue component for the label colour. Default is 1. |
alpha |
Alpha component for the label colour. Default is 1. |
Syntax: System.DrawLabel( vPos, fSize, text [, r [, g [, b [, alpha]]]] )
Draws a label with the specified parameter.
Copyright (c) 2012. All rights reserved.
|