Difference between revisions of "Bitmap.new"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `Bitmap` object.<br /> <br /> <br /> <source lang="lua"> = Bitmap.new(texture,) <...")
 
Line 7: Line 7:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= Bitmap.new(texture,)
+
Bitmap.new(texture)
 
</source>
 
</source>
'''texture:''' (TextureBase or TextureRegion)  ''''''<br/>
+
'''texture''': (TextureBase or TextureRegion)  ''''''<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2011.6

Description


Creates a new `Bitmap` object.


 Bitmap.new(texture)

'texture: (TextureBase or TextureRegion) '