Class GraphicsScreenTextureComponent
Inheritance
System.Object
GraphicsScreenTextureComponent
Implements
System.IDisposable
Inherited Members
Namespace: Aximo.Engine.Components.Geometry
Assembly: AxEngine.dll
Syntax
public class GraphicsScreenTextureComponent : ScreenTextureComponent, IDisposable
Constructors
| Improve this Doc View SourceGraphicsScreenTextureComponent(Vector2i)
Declaration
public GraphicsScreenTextureComponent(Vector2i size)
Parameters
Type | Name | Description |
---|---|---|
OpenToolkit.Mathematics.Vector2i | size |
Properties
| Improve this Doc View SourceImage
Declaration
protected Image<Rgba32> Image { get; }
Property Value
Type | Description |
---|---|
SixLabors.ImageSharp.Image<SixLabors.ImageSharp.PixelFormats.Rgba32> |
Texture
Declaration
public Texture Texture { get; }
Property Value
Type | Description |
---|---|
Texture |
Methods
| Improve this Doc View SourceResizeImage(Vector2i)
Declaration
protected void ResizeImage(Vector2i size)
Parameters
Type | Name | Description |
---|---|---|
OpenToolkit.Mathematics.Vector2i | size |
UpdateTexture()
Declaration
public void UpdateTexture()
Implements
System.IDisposable