Texture2DFactory.GenerateMipmapCompatibleTextures Property |
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool GenerateMipmapCompatibleTextures { get; set; }
Public Property GenerateMipmapCompatibleTextures As Boolean
Get
Set
public:
property bool GenerateMipmapCompatibleTextures {
bool get ();
void set (bool value);
}
member GenerateMipmapCompatibleTextures : bool with get, set
Property Value
Type:
Boolean
See Also