docs.unity.cn
    Show / Hide Table of Contents

    Enum DepthAccess

    Sets the read and write access for the depth buffer.

    Namespace: UnityEngine.Experimental.Rendering.RenderGraphModule
    Syntax
    [Flags]
    public enum DepthAccess

    Fields

    Name Description Value
    Read

    Read Access.


    1
    Write

    Write Access.


    2
    ReadWrite

    Read and Write Access.


    3

    Extension Methods

    AnalyticsUtils.ToNestedColumn<DepthAccess>(Boolean)
    AnalyticsUtils.ToNestedColumnWithDefault<DepthAccess>(DepthAccess, Boolean)
    ReflectionUtils.Invoke(String, Object[])
    ReflectionUtils.SetField(String, Object)
    ReflectionUtils.GetField(String)
    ReflectionUtils.GetFields()
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 17 July 2023