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

    Class RenderingData

    Data container to be used with Renderer class

    Inheritance
    System.Object
    RenderingData
    Namespace: UnityEditor.Rendering.LookDev
    Syntax
    public class RenderingData : IDisposable

    Fields

    output

    Render texture handling captured image

    Declaration
    public RenderTexture output
    Field Value
    Type Description
    RenderTexture

    sizeMissmatched

    Internally set to true when the given RenderTexture output was not the good size regarding viewPort and needed to be recreated

    Declaration
    public bool sizeMissmatched
    Field Value
    Type Description
    System.Boolean

    stage

    The stage that possess every object in your view

    Declaration
    public Stage stage
    Field Value
    Type Description
    Stage

    updater

    Callback to update the Camera position. Only done in First phase.

    Declaration
    public ICameraUpdater updater
    Field Value
    Type Description
    ICameraUpdater

    viewPort

    Viewport size

    Declaration
    public Rect viewPort
    Field Value
    Type Description
    Rect

    Methods

    Dispose()

    Declaration
    public void Dispose()
    In This Article
    • Fields
      • output
      • sizeMissmatched
      • stage
      • updater
      • viewPort
    • Methods
      • Dispose()
    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