Class Renderer2DData
Inherited Members
Namespace: UnityEngine.Experimental.Rendering.Universal
Syntax
public class Renderer2DData : ScriptableRendererData
Properties
hdrEmulationScale
Declaration
public float hdrEmulationScale { get; }
Property Value
| Type | Description | 
|---|---|
| Single | 
lightBlendStyles
Declaration
public Light2DBlendStyle[] lightBlendStyles { get; }
Property Value
| Type | Description | 
|---|---|
| Light2DBlendStyle[] | 
Methods
Create()
Declaration
protected override ScriptableRenderer Create()
Returns
| Type | Description | 
|---|---|
| ScriptableRenderer | 
Overrides
OnEnable()
Declaration
protected override void OnEnable()