RenderComponent
Base class for components that modify the state of a material.
Declaration
public abstract class RenderComponent : IDisposableMethods
| Name | Type | Summary |
|---|---|---|
| Dispose | void | - |
| SetTargetMaterial | void | Sets the material that this component is modifying. |
| Update | void | Performs render feature related logic and updates the target material. |
Relationships
implements: System.IDisposable