Struct LightingSetup | Project Tiny Rendering | 0.28.0-preview.40
docs.unity3d.com
    Show / Hide Table of Contents

    Struct LightingSetup

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

    Fields

    AmbientLight

    Declaration
    public Entity AmbientLight
    Field Value
    Type Description
    Entity

    CSMLight

    Declaration
    public Entity CSMLight
    Field Value
    Type Description
    Entity

    EntityMask

    Declaration
    public ulong EntityMask
    Field Value
    Type Description
    UInt64

    Fog

    Declaration
    public Entity Fog
    Field Value
    Type Description
    Entity

    MappedLight0

    Declaration
    public Entity MappedLight0
    Field Value
    Type Description
    Entity

    MappedLight1

    Declaration
    public Entity MappedLight1
    Field Value
    Type Description
    Entity

    PlainLights

    Declaration
    public FixedList32<Entity> PlainLights
    Field Value
    Type Description
    Unity.Collections.FixedList32<Entity>

    Methods

    Equals(LightingSetup)

    Declaration
    public bool Equals(LightingSetup other)
    Parameters
    Type Name Description
    LightingSetup other
    Returns
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023