docs.unity.cn
    Show / Hide Table of Contents

    Struct LightmappingHDRP.BakeProbeOptions

    Represents options to use with the BakeProbe(HDProbe, String, LightmappingHDRP.BakeProbeOptions) function.

    Namespace: UnityEditor.Rendering.HighDefinition
    Syntax
    public struct BakeProbeOptions

    Fields

    textureSize

    The texture size to use for the bake.

    Declaration
    public LightmappingHDRP.BakeProbeOptions.TextureSize textureSize
    Field Value
    Type Description
    LightmappingHDRP.BakeProbeOptions.TextureSize

    Methods

    NewDefault()

    Constructs a LightmappingHDRP.BakeProbeOptions with default values and returns it.

    Declaration
    public static LightmappingHDRP.BakeProbeOptions NewDefault()
    Returns
    Type Description
    LightmappingHDRP.BakeProbeOptions

    A LightmappingHDRP.BakeProbeOptions with default values.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 18 November 2022
    Terms of use