class
Renderer
public abstract class Renderer : Component Properties
| Name | Type | Description |
|---|---|---|
RenderOptions | RenderOptions | |
Attributes | RenderAttributes | Attributes that are applied to the renderer based on the current material and shader. If the renderer is disabled, the changes are deferred until it is enabled again. Attributes are not saved to disk, and are not cloned when copying the renderer. |
ExecuteBefore | CommandList | A command list which is executed immediately before rendering this |
ExecuteAfter | CommandList | A command list which is executed immediately after rendering this |
Methods
virtual Void CopyFrom(Renderer other) Copy everything from another renderer