Constructor TextureRegion
TextureRegion(string, Texture2D, Rectangle)
Initializes a new instance of the Texture
Parameters
name
stringThe name to assign the Texture
Region .texture
Texture2DThe source texture image this region is from.
bounds
RectangleThe rectangular bounds of this region within the source texture.