Class LTCAreaLightCookieManager | High Definition RP | 6.7.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class LTCAreaLightCookieManager

    Inheritance
    Object
    LTCAreaLightCookieManager
    Namespace: UnityEngine.Experimental.Rendering.HDPipeline
    Syntax
    public class LTCAreaLightCookieManager

    Constructors

    LTCAreaLightCookieManager(HDRenderPipelineAsset, Int32)

    Declaration
    public LTCAreaLightCookieManager(HDRenderPipelineAsset hdAsset, int maxCacheSize)
    Parameters
    Type Name Description
    HDRenderPipelineAsset hdAsset
    Int32 maxCacheSize

    Methods

    FetchSlice(CommandBuffer, Texture)

    Declaration
    public int FetchSlice(CommandBuffer cmd, Texture texture)
    Parameters
    Type Name Description
    CommandBuffer cmd
    Texture texture
    Returns
    Type Description
    Int32

    GetTexCache()

    Declaration
    public Texture GetTexCache()
    Returns
    Type Description
    Texture

    ReleaseResources()

    Declaration
    public void ReleaseResources()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX