Programming API Reference: SharpGfx

Class public abstract Rendering

is IDisposable
Abstraction for visualizations of 2D and 3D scenes.
Property protected Graphic Graphic { get; }: where this is rendered to.
Property public Color3 Background { get; }: color used if no visual is hit.
Property public List<VisualScene { get; }: contains all rendered visuals.

Constructor()

Create a new rendering.

Method public virtual void OnLoad()

Called by the framework when the rendering is displayed for the first time.

    Method protected virtual void OnUpdateFrame()

    Called by the framework before each frame update.