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
|