This is the abstraction for visualizations of 2D and 3D scenes.Property protectedGraphicGraphic { get; }: where this is rendered to.Property publicColor3Background { get; }: color used if no visual is hit.Property publicList<Visual> Scene { get; }: containing all rendered visuals.
Method publicvirtualvoid OnLoad()
Called by the framework when the rendering is displayed for the first time.