Show / Hide Table of Contents

Class SupportedRenderingFeatures

Inheritance
Object
SupportedRenderingFeatures
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Experimental.Rendering
Assembly: UnityEngine.dll
Syntax
public class SupportedRenderingFeatures

Properties

| Improve this Doc View Source

active

Declaration
public static SupportedRenderingFeatures active { get; set; }
Property Value
Type Description
SupportedRenderingFeatures
| Improve this Doc View Source

defaultMixedLightingMode

Declaration
public SupportedRenderingFeatures.LightmapMixedBakeMode defaultMixedLightingMode { get; set; }
Property Value
Type Description
SupportedRenderingFeatures.LightmapMixedBakeMode
| Improve this Doc View Source

reflectionProbeSupportFlags

Declaration
public SupportedRenderingFeatures.ReflectionProbeSupportFlags reflectionProbeSupportFlags { get; set; }
Property Value
Type Description
SupportedRenderingFeatures.ReflectionProbeSupportFlags
| Improve this Doc View Source

rendererOverridesEnvironmentLighting

Declaration
public bool rendererOverridesEnvironmentLighting { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

rendererOverridesFog

Declaration
public bool rendererOverridesFog { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

rendererOverridesOtherLightingSettings

Declaration
public bool rendererOverridesOtherLightingSettings { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

rendererSupportsLightProbeProxyVolumes

Declaration
public bool rendererSupportsLightProbeProxyVolumes { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

rendererSupportsMotionVectors

Declaration
public bool rendererSupportsMotionVectors { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

rendererSupportsReceiveShadows

Declaration
public bool rendererSupportsReceiveShadows { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

rendererSupportsReflectionProbes

Declaration
public bool rendererSupportsReflectionProbes { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

rendererSupportsRendererPriority

Declaration
public bool rendererSupportsRendererPriority { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

supportedLightmapBakeTypes

Declaration
public LightmapBakeType supportedLightmapBakeTypes { get; set; }
Property Value
Type Description
LightmapBakeType
| Improve this Doc View Source

supportedLightmapsModes

Declaration
public LightmapsMode supportedLightmapsModes { get; set; }
Property Value
Type Description
LightmapsMode
| Improve this Doc View Source

supportedMixedLightingModes

Declaration
public SupportedRenderingFeatures.LightmapMixedBakeMode supportedMixedLightingModes { get; set; }
Property Value
Type Description
SupportedRenderingFeatures.LightmapMixedBakeMode

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX