TextureFilter2DWrapS Property |
Gets the texture wrap for the s 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 WrapS { get; }
Public ReadOnly Property WrapS As TextureWrap
Get
public:
property TextureWrap WrapS {
TextureWrap get ();
}
member WrapS : TextureWrap with get
Property Value
Type:
TextureWrap
See Also