Programming API Reference: EduGraf

Class public abstract Rendering

This is the 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; }: containing all rendered visuals.

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.