Artemis Artemis
Artemis Artemis

Search Results for

    Class FrameRenderingEventArgs

    Provides data about frame rendered related events

    Inheritance
    object
    EventArgs
    FrameRenderingEventArgs
    Inherited Members
    EventArgs.Empty
    Namespace: Artemis.Core
    Assembly: Artemis.Core.dll
    Syntax
    public class FrameRenderingEventArgs : EventArgs

    Properties

    Canvas

    Gets the canvas this frame is rendering on

    Declaration
    public SKCanvas Canvas { get; }
    Property Value
    Type Description
    SKCanvas

    DeltaTime

    Gets the delta time since the last frame was rendered

    Declaration
    public double DeltaTime { get; }
    Property Value
    Type Description
    double

    RgbSurface

    Gets the RGB surface used to render this frame

    Declaration
    public RGBSurface RgbSurface { get; }
    Property Value
    Type Description
    RGBSurface
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.