Struct CreateTextureOptions
Assembly: Unity.VisualScripting.Core.Editor.dll
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 { readonly get; set; }
Property Value
filterMode
Declaration
public FilterMode filterMode { readonly get; set; }
Property Value
hideFlags
Declaration
public HideFlags hideFlags { readonly get; set; }
Property Value
linear
Declaration
public bool? linear { readonly get; set; }
Property Value
mipmaps
Declaration
public bool mipmaps { readonly get; set; }
Property Value
textureFormat
Declaration
public TextureFormat textureFormat { readonly get; set; }
Property Value
Extension Methods