Class Editor.LightmapsBakeSteps
Lightmaps baking steps.
Inheritance
System.Object
Editor.LightmapsBakeSteps
Namespace: FlaxEditor
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class LightmapsBakeSteps : Enum
Fields
CacheEntries
The cache entries stage.
Declaration
public const Editor.LightmapsBakeSteps CacheEntries
Field Value
Editor.LightmapsBakeSteps
|
Cleanup
The cleanup stage.
Declaration
public const Editor.LightmapsBakeSteps Cleanup
Field Value
Editor.LightmapsBakeSteps
|
GenerateHemispheresCache
The generate hemispheres cache stage.
Declaration
public const Editor.LightmapsBakeSteps GenerateHemispheresCache
Field Value
Editor.LightmapsBakeSteps
|
GenerateLightmapCharts
The generate lightmap charts stage.
Declaration
public const Editor.LightmapsBakeSteps GenerateLightmapCharts
Field Value
Editor.LightmapsBakeSteps
|
Initialize
The service initialize stage.
Declaration
public const Editor.LightmapsBakeSteps Initialize
Field Value
Editor.LightmapsBakeSteps
|
PackLightmapCharts
The pack lightmap charts stage.
Declaration
public const Editor.LightmapsBakeSteps PackLightmapCharts
Field Value
Editor.LightmapsBakeSteps
|
RenderHemispheres
The render hemispheres stage.
Declaration
public const Editor.LightmapsBakeSteps RenderHemispheres
Field Value
Editor.LightmapsBakeSteps
|
UpdateEntries
The update entries stage.
Declaration
public const Editor.LightmapsBakeSteps UpdateEntries
Field Value
Editor.LightmapsBakeSteps
|
UpdateLightmapsCollection
The update lightmaps collection stage.
Declaration
public const Editor.LightmapsBakeSteps UpdateLightmapsCollection
Field Value
Editor.LightmapsBakeSteps
|
value__
Declaration
public int value__
Field Value
System.Int32
|