SpriteOutput()
语法
OutputID = SpriteOutput(#Sprite)概要
Returns the OutputID of the sprite to perform 2D rendering operation on it.
参数
#Sprite The sprite to draw on.
返回值
The output ID or zero if drawing is not possible. This value should be passed directly to the StartDrawing() function to start the drawing operation. The return-value is valid only for one drawing operation and cannot be reused.
示例
StartDrawing(SpriteOutput(#Sprite)) ; do some drawing stuff here... StopDrawing()
已支持操作系统
所有