Search Results for

    Show / Hide Table of Contents

    Struct LightmapEntry

    Describes object reference to the lightmap

    Assembly: FlaxEngine.dll
    File: Engine/Renderer/Lightmaps.h
    Syntax
    public struct LightmapEntry

    Constructors

    LightmapEntry()

    Init

    Declaration
    public LightmapEntry()

    Fields

    TextureIndex

    Index of the lightmap

    Declaration
    public int32 TextureIndex
    Field Value
    int32

    UVsArea

    Lightmap UVs area that entry occupies

    Declaration
    public Rectangle UVsArea
    Field Value
    Rectangle

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat