Pixel:setTexture

From GiderosMobile
Revision as of 09:29, 24 August 2018 by Hgy29 (talk | contribs)

Available since: in development
Class: Pixel

Description

Associate a texture to this pixel

 Pixel:setTexture(texture,slot,matrix)

Parameters

texture: (TextureBase) The texture to associate to this pixel, or nil to deassociate.
slot: (number) The texture slot that the texture should be associated to. Leave empty or set to 0 for main texture, or if you don't use a specific shader. optional
matrix: (Matrix) an optional transform for the texture optional