Class FrameRenderedEventArgs
Provides data about frame rendering related events
Inherited Members
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class FrameRenderedEventArgs : EventArgs
Properties
RgbSurface
Gets the RGB surface used to render this frame
Declaration
public RGBSurface RgbSurface { get; }
Property Value
Type | Description |
---|---|
RGBSurface |
Texture
Gets the texture used to render this frame
Declaration
public SKTexture Texture { get; }
Property Value
Type | Description |
---|---|
SKTexture |