Struct RenderGraphConfig | Project Tiny | 0.32.0-preview.54
docs.unity.cn
    Show / Hide Table of Contents

    Struct RenderGraphConfig

    Namespace: Unity.Tiny.Rendering
    Syntax
    public struct RenderGraphConfig : IComponentData, IEquatable<RenderGraphConfig>

    Fields

    Mode

    Declaration
    public RenderGraphMode Mode
    Field Value
    Type Description
    RenderGraphMode

    RenderBufferHeight

    Declaration
    public int RenderBufferHeight
    Field Value
    Type Description
    Int32

    RenderBufferMaxSize

    Declaration
    public int RenderBufferMaxSize
    Field Value
    Type Description
    Int32

    RenderBufferWidth

    Declaration
    public int RenderBufferWidth
    Field Value
    Type Description
    Int32

    Properties

    Default

    Declaration
    public static RenderGraphConfig Default { get; }
    Property Value
    Type Description
    RenderGraphConfig

    Methods

    Equals(RenderGraphConfig)

    Declaration
    public bool Equals(RenderGraphConfig other)
    Parameters
    Type Name Description
    RenderGraphConfig other
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Saturday, January 23, 2021