Click or drag to resize

TextureScreenOverlay Constructor

Overload List
  NameDescription
Public methodTextureScreenOverlay
Initializes the overlay with a position of (0, 0), a width of 100 pixels, and a height of 50 pixels.
Public methodTextureScreenOverlay(ScreenOverlayPoint, ScreenOverlaySize)
Initializes the overlay with the specified position and size.
Public methodTextureScreenOverlay(ScreenOverlayPoint, Texture2D)
Initializes the overlay with a specified background texture. The size of the overlay will be the same as the size of the texture.
Public methodTextureScreenOverlay(Double, Double, Texture2D)
Initializes the overlay with a specified background texture. The size of the overlay will be the same as the size of the texture.
Public methodTextureScreenOverlay(Double, Double, Double, Double)
Initializes the overlay with the specified x position, y position, width, and height, all specified in pixels.
Top
See Also