Class Texture
- Namespace
- Elegy.AssetSystem.Resources
- Assembly
- Elegy.AssetSystem.dll
public class Texture
- Inheritance
-
Texture
- Inherited Members
Constructors
Texture(TextureMetadata)
public Texture(TextureMetadata metadata)
Parameters
metadata
TextureMetadata
Properties
Metadata
public TextureMetadata Metadata { get; init; }
Property Value
RenderTexture
public ITexture? RenderTexture { get; init; }
Property Value
Methods
GenerateMissingTexturePattern(int, int)
public static byte[] GenerateMissingTexturePattern(int width, int height)
Parameters
Returns
- byte[]