Moai SDK
1.5 revision 1 (MoaiEdition)
|
Inherits MOAIGlobalClass< TYPE, SUPER >.
Function List | |
getFrameBuffer | |
getMaxTextureUnits | |
getViewSize | |
isProgrammable | |
setPenColor | |
setPenWidth | |
setPointSize |
Returns the frame buffer associated with the device.
function getFrameBuffer ()
Returns the total number of texture units available on the device.
function getMaxTextureUnits ()
Returns the width and height of the view.
function getViewSize ()
Returns a boolean indicating whether or not Moai is running under the programmable pipeline.
function isProgrammable ()
function setPenColor ( number r, number g, number b [, number a ] )
r | ( number ) |
g | ( number ) |
b | ( number ) |
a | ( number ) Optional. Default value is 1. |
function setPenWidth ( number width )
width | ( number ) |
function setPointSize ( number size )
size | ( number ) |