Common
Classes
| Name | Type | Summary |
|---|---|---|
| CompositeRenderer | ConditionalRenderer | |
| ConditionalRenderer | MonoBehaviour | Base class for rendering components that attach command buffers to the camera. This component allows precise scheduling of rendering commands. |
| NsdkARUpdateOrder | NsdkARUpdateOrder | The update order for MonoBehaviours in Lightship. |
| NsdkPostBackgroundRenderer | MonoBehaviour | - |
| RenderComponent | IDisposable | Base class for components that modify the state of a material. |
but logically decoupled tasks on the same material. This class allows for
the addition and removal of render components, which usually enable a specific
branch of the material shader and supply it with the necessary data.