TextureFilter2DWrapT Property |
Gets the texture wrap for the t direction.
Namespace:
AGI.Foundation.Graphics.Renderer
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TextureWrap WrapT { get; }
Public ReadOnly Property WrapT As TextureWrap
Get
public:
property TextureWrap WrapT {
TextureWrap get ();
}
member WrapT : TextureWrap with get
Property Value
Type:
TextureWrap
See Also