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: 23.1.416.0 (23.1.416.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