SpriteTask:texture(textureLocation, width, height)
Method Property | Fluent Description | Representation |
---|---|---|
textureLocation accepts | a String | |
width accepts | an Integer | |
height accepts | an Integer | |
Return Value | a SpriteTask |
SpriteTask:texture(texture)
Method Property | Fluent Description | Representation |
---|---|---|
texture accepts | a Texture | |
Return Value | a SpriteTask |
SpriteTask:texture(texture, width, height)
Method Property | Fluent Description | Representation |
---|---|---|
texture accepts | a Texture | |
width accepts | an Integer | |
height accepts | an Integer | |
Return Value | a SpriteTask |
SpriteTask:texture(textureLocation, dimensions)
Method Property | Fluent Description | Representation |
---|---|---|
textureLocation accepts | a String | |
dimensions accepts | a Vector2 | |
Return Value | a SpriteTask |
SpriteTask:texture(texture, dimensions)
Method Property | Fluent Description | Representation |
---|---|---|
texture accepts | a Texture | |
dimensions accepts | a Vector2 | |
Return Value | a SpriteTask |