Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SupportedOnRenderPipelineAttribute.SupportedMode

Whether the RenderPipelineAsset or its base RenderPipelineAsset supports the attribute.
Read time 1 minuteLast updated 5 days ago

Definition

public enum SupportedOnRenderPipelineAttribute.SupportedMode

Fields

Value

Description

SupportedThe RenderPipelineAsset supports the attribute.
SupportedByBaseClassThe base class of the
RenderPipelineAsset
supports the attribute.
UnsupportedThe
RenderPipelineAsset
doesn't support the attribute.