set_repeat


Description:

[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.0" ) ]
public void set_repeat (bool repeat_x, bool repeat_y)

Warning: set_repeat is deprecated since 1.12.

Sets whether the this should repeat horizontally or vertically when the actor size is bigger than the image size

Note:

Use Image and set_content_repeat instead

Parameters:

this

a Texture

repeat_x

true if the texture should repeat horizontally

repeat_y

true if the texture should repeat vertically