ProtectedconstructorThe wrapping mode for the U coordinate.
The wrapping mode for the V coordinate.
Desired anisotropic filtering level for this texture.
Whether this render target includes a depth buffer.
Whether mipmaps should be generated for this texture.
The height of the render target in pixels.
The underlying image or bitmap data.
Whether the texture is fully loaded and ready for use.
The magnification filter.
The minification filter.
The UV offset.
The UV repeat factors.
The width of the render target in pixels.
Flips the texture horizontally by modifying the UV offset and repeat.
This texture instance for chaining.
Flips the texture vertically by modifying the UV offset and repeat.
This texture instance for chaining.
Resizes the render target. Note: The underlying renderer will recreate the GPU resources on the next frame.
The new width.
The new height.
StaticcreateCreates a new RenderTarget.
Configuration options.
A new RenderTarget instance.
StaticemptyCreates an empty texture placeholder.
Optionaloptions: TextureOptionsOptional configuration options.
A new empty Texture instance.
StaticfromCreates a texture from an existing image or bitmap.
The image or bitmap data.
Optionaloptions: TextureOptionsOptional configuration options.
A new Texture instance.
StaticfromLoads a texture from a URL.
The URL of the image.
Optionaloptions: TextureOptionsOptional configuration options.
A promise that resolves to a new Texture instance.
A specialized texture that can be rendered to by a Renderer.