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 Visual Scene { get; }: containing all rendered visuals

Method public virtual void OnLoad()

The framework calls this method when the rendering is displayed for the first time.

Method protected virtual void OnUpdateFrame()

The framework calls this method before each frame update.