docs.unity.cn
    Show / Hide Table of Contents

    Class RenderPipelineSettings.ReflectionProbeResolutionScalableSetting

    Represents resolution settings for cube reflections.

    Inheritance
    Object
    ScalableSetting<CubeReflectionResolution>
    RenderPipelineSettings.ReflectionProbeResolutionScalableSetting
    Inherited Members
    ScalableSetting<CubeReflectionResolution>.schemaId
    ScalableSetting<CubeReflectionResolution>.Item[Int32]
    ScalableSetting<CubeReflectionResolution>.TryGet(Int32, CubeReflectionResolution)
    ScalableSetting<CubeReflectionResolution>.ISerializationCallbackReceiver.OnAfterDeserialize()
    ScalableSetting<CubeReflectionResolution>.ISerializationCallbackReceiver.OnBeforeSerialize()
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [Serializable]
    public class 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.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 17 July 2023