Struct CreateTextureOptions
Syntax
public struct CreateTextureOptions
Fields
PixelPerfect
Declaration
public static readonly CreateTextureOptions PixelPerfect
Field Value
Scalable
Declaration
public static readonly CreateTextureOptions Scalable
Field Value
Properties
alphaIsTransparency
Declaration
public bool alphaIsTransparency { get; set; }
Property Value
filterMode
Declaration
public FilterMode filterMode { get; set; }
Property Value
hideFlags
Declaration
public HideFlags hideFlags { get; set; }
Property Value
linear
Declaration
public bool? linear { get; set; }
Property Value
mipmaps
Declaration
public bool mipmaps { get; set; }
Property Value
textureFormat
Declaration
public TextureFormat textureFormat { get; set; }
Property Value
Extension Methods