TextureFilter2DLinearRepeat Property |
Gets a texture filter with the following properties:
Namespace:
AGI.Foundation.Graphics.Renderer
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic static TextureFilter2D LinearRepeat { get; }
Public Shared ReadOnly Property LinearRepeat As TextureFilter2D
Get
public:
static property TextureFilter2D LinearRepeat {
TextureFilter2D get ();
}
static member LinearRepeat : TextureFilter2D with get
Property Value
Type:
TextureFilter2D
See Also