class Renderer : Component

robot_2Generated
code_blocksInput

Description

The Renderer class in the Sandbox namespace is an abstract component that provides rendering capabilities to game objects. It serves as a base class for more specific rendering components, allowing for the customization and extension of rendering behavior in the game engine.

Members

Instance Members

Member NameSummary
RenderOptions Gets or sets the rendering options for this renderer. This property allows for advanced rendering configurations.
CopyFrom Copies all settings from another renderer, allowing for easy duplication of rendering configurations.