enumeration
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.
CloseFor 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.
CloseModes available for submitting when making a render request.
None | Default value for a request. |
ObjectId | The render request outputs an object InstanceID buffer. |
Depth | The render request outputs a depth value. |
VertexNormal | The render request outputs the interpolated vertex normal. |
WorldPosition | The render request outputs a world position buffer. |
EntityId | The render request outputs an entity id. |
BaseColor | The render request outputs the materials albedo / base color. |
SpecularColor | The render request returns the materials specular color buffer. |
Metallic | The render outputs the materials metal value. |
Emission | The render request outputs the materials emission value. |
Normal | The render request outputs the per pixel normal. |
Smoothness | The render request returns the materials smoothness buffer. |
Occlusion | The render request returns the material ambient occlusion buffer. |
DiffuseColor | The render request outputs the materials diffuse color. |