Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Camera.RenderRequestMode

Modes available for submitting when making a render request.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
Warning
Removed. The RenderRequest struct is obsolete, use the function overload with RequestData of supported types such as RenderPipeline.StandardRequest
public enum Camera.RenderRequestMode

Fields

Value

Description

BaseColorThe render request outputs the materials albedo / base color.
DepthThe render request outputs a depth value.
DiffuseColorThe render request outputs the materials diffuse color.
EmissionThe render request outputs the materials emission value.
EntityIdThe render request outputs an entity id.
MetallicThe render outputs the materials metal value.
NoneDefault value for a request.
NormalThe render request outputs the per pixel normal.
ObjectIdThe render request outputs an object InstanceID buffer.
OcclusionThe render request returns the material ambient occlusion buffer.
SmoothnessThe render request returns the materials smoothness buffer.
SpecularColorThe render request returns the materials specular color buffer.
VertexNormalThe render request outputs the interpolated vertex normal.
WorldPositionThe render request outputs a world position buffer.