Class ScreenTextureObject
Inheritance
System.Object
ScreenTextureObject
Implements
System.IDisposable
Assembly: Aximo.Render.dll
Syntax
public class ScreenTextureObject : RenderObject, IRenderTarget, IRenderableObject, IRenderObject, IData, IDisposable, IScaleRotate, IPosition
Properties
|
Improve this Doc
View Source
Position
Declaration
public Vector3 Position { get; set; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector3 |
|
|
Improve this Doc
View Source
RectanglePixels
Declaration
public RectangleF RectanglePixels { set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.RectangleF |
|
|
Improve this Doc
View Source
RectangleUV
Declaration
public RectangleF RectangleUV { set; }
Property Value
Type |
Description |
SixLabors.ImageSharp.RectangleF |
|
|
Improve this Doc
View Source
Rotate
Declaration
public Quaternion Rotate { get; set; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Quaternion |
|
|
Improve this Doc
View Source
Scale
Declaration
public Vector3 Scale { get; set; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector3 |
|
|
Improve this Doc
View Source
SourceTexture
Declaration
public RendererTexture SourceTexture { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
|
Improve this Doc
View Source
Free()
Declaration
public override void Free()
Overrides
|
Improve this Doc
View Source
GetModelMatrix()
Declaration
public Matrix4 GetModelMatrix()
Returns
Type |
Description |
OpenToolkit.Mathematics.Matrix4 |
|
|
Improve this Doc
View Source
Init()
Declaration
public override void Init()
Overrides
|
Improve this Doc
View Source
OnRender()
Declaration
Implements
System.IDisposable