Class ScriptableRendererData
Class ScriptableRendererData contains resources for a ScriptableRenderer.
ScriptableRenderer
상속된 멤버
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
[MovedFrom("UnityEngine.Rendering.LWRP")]
public abstract class ScriptableRendererData : ScriptableObject
프로퍼티
| 이름 | 설명 |
|---|---|
| rendererFeatures | List of additional render pass features for this renderer. |
메서드
| 이름 | 설명 |
|---|---|
| Create() | Creates the instance of the ScriptableRenderer. |
| OnEnable() | |
| OnValidate() | |
| SetDirty() | Use SetDirty when changing seeings in the ScriptableRendererData. It will rebuild the render passes with the new data. |