Class ScriptableRendererData | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ScriptableRendererData

    Class ScriptableRendererData contains resources for a ScriptableRenderer. ScriptableRenderer

    Inheritance
    System.Object
    ScriptableRendererData
    Renderer2DData
    ForwardRendererData
    Namespace: UnityEngine.Rendering.Universal
    Syntax
    public abstract class ScriptableRendererData : ScriptableObject

    Properties

    rendererFeatures

    List of additional render pass features for this renderer.

    Declaration
    public List<ScriptableRendererFeature> rendererFeatures { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<ScriptableRendererFeature>

    Methods

    Create()

    Creates the instance of the ScriptableRenderer.

    Declaration
    protected abstract ScriptableRenderer Create()
    Returns
    Type Description
    ScriptableRenderer

    The instance of ScriptableRenderer

    OnEnable()

    Declaration
    protected virtual void OnEnable()

    OnValidate()

    Declaration
    protected virtual void OnValidate()
    In This Article
    • Properties
      • rendererFeatures
    • Methods
      • Create()
      • OnEnable()
      • OnValidate()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023