Version: 2021.2
LanguageEnglish
  • C#

RenderRequestMode

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Description

Modes available for submitting when making a render request.

Properties

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