Show / Hide Table of Contents

Class RenderPipeline

Inheritance
Object
RenderPipeline
Implements
IRenderPipeline
IDisposable
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Experimental.Rendering
Assembly: UnityEngine.dll
Syntax
public abstract class RenderPipeline : IRenderPipeline, IDisposable

Properties

| Improve this Doc View Source

disposed

Declaration
public bool disposed { get; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

BeginCameraRendering(Camera)

Declaration
public static void BeginCameraRendering(Camera camera)
Parameters
Type Name Description
Camera camera
| Improve this Doc View Source

BeginFrameRendering(Camera[])

Declaration
public static void BeginFrameRendering(Camera[] cameras)
Parameters
Type Name Description
Camera[] cameras
| Improve this Doc View Source

Dispose()

Declaration
public virtual void Dispose()
| Improve this Doc View Source

Render(ScriptableRenderContext, Camera[])

Declaration
public virtual void Render(ScriptableRenderContext renderContext, Camera[] cameras)
Parameters
Type Name Description
ScriptableRenderContext renderContext
Camera[] cameras

Events

| Improve this Doc View Source

beginCameraRendering

Declaration
public static event Action<Camera> beginCameraRendering
Event Type
Type Description
Action<Camera>
| Improve this Doc View Source

beginFrameRendering

Declaration
public static event Action<Camera[]> beginFrameRendering
Event Type
Type Description
Action<Camera[]>

Implements

IRenderPipeline
System.IDisposable

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX