This is the abstraction for visualizations of 2D and 3D scenes.Property protectedGraphicGraphic { get; }: where this is rendered toProperty publicColor3Background { get; }: color used if no visual is hitProperty publicVisualScene { get; }: containing all rendered visuals
Method publicvirtualvoid OnLoad()
The framework calls this method when the rendering is displayed for the first time.