Class RenderPipelineSettings.ReflectionProbeResolutionScalableSetting
Represents resolution settings for cube reflections.
Inheritance
RenderPipelineSettings.ReflectionProbeResolutionScalableSetting
Implements
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public class RenderPipelineSettings.ReflectionProbeResolutionScalableSetting : ScalableSetting<CubeReflectionResolution>, ISerializationCallbackReceiver
Constructors
ReflectionProbeResolutionScalableSetting(CubeReflectionResolution[], ScalableSettingSchemaId)
Instantiate a new CubeReflectionResolution scalable setting.
Declaration
public ReflectionProbeResolutionScalableSetting(CubeReflectionResolution[] values, ScalableSettingSchemaId schemaId)
Parameters
Type | Name | Description |
---|---|---|
CubeReflectionResolution[] | values | The values of the settings |
ScalableSettingSchemaId | schemaId | The schema of the setting. |