Class SupportedRenderingFeatures
  
  
  
  
    Inheritance
    
    SupportedRenderingFeatures
   
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public class SupportedRenderingFeatures
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  active
  
  
  Declaration
  
    public static SupportedRenderingFeatures active { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  defaultMixedLightingMode
  
  
  Declaration
  
    public SupportedRenderingFeatures.LightmapMixedBakeMode defaultMixedLightingMode { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  reflectionProbeSupportFlags
  
  
  Declaration
  
    public SupportedRenderingFeatures.ReflectionProbeSupportFlags reflectionProbeSupportFlags { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  rendererOverridesEnvironmentLighting
  
  
  Declaration
  
    public bool rendererOverridesEnvironmentLighting { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  rendererOverridesFog
  
  
  Declaration
  
    public bool rendererOverridesFog { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  rendererOverridesOtherLightingSettings
  
  
  Declaration
  
    public bool rendererOverridesOtherLightingSettings { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  rendererSupportsLightProbeProxyVolumes
  
  
  Declaration
  
    public bool rendererSupportsLightProbeProxyVolumes { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  rendererSupportsMotionVectors
  
  
  Declaration
  
    public bool rendererSupportsMotionVectors { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  rendererSupportsReceiveShadows
  
  
  Declaration
  
    public bool rendererSupportsReceiveShadows { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  rendererSupportsReflectionProbes
  
  
  Declaration
  
    public bool rendererSupportsReflectionProbes { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  rendererSupportsRendererPriority
  
  
  Declaration
  
    public bool rendererSupportsRendererPriority { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  supportedLightmapBakeTypes
  
  
  Declaration
  
    public LightmapBakeType supportedLightmapBakeTypes { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  supportedLightmapsModes
  
  
  Declaration
  
    public LightmapsMode supportedLightmapsModes { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  supportedMixedLightingModes
  
  
  Declaration
  
    public SupportedRenderingFeatures.LightmapMixedBakeMode supportedMixedLightingModes { get; set; }
   
  Property Value
  
  Extension Methods