Enum LightmapGI.BakeError
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum LightmapGI.BakeError : long
Fields
CantCreateImage = 7
Lightmap baking failed as the resulting image couldn't be saved or imported by Godot after it was saved.
ForeignData = 2
Lightmap baking failed as the lightmap data resource is embedded in a foreign resource.
MeshesInvalid = 6
Lightmap baking failed as the lightmapper failed to analyze some of the meshes marked as static for baking.
NoLightmapper = 3
Lightmap baking failed as there is no lightmapper available in this Godot build.
NoMeshes = 5
Lightmap baking failed as there are no meshes whose GIMode is Static and with valid UV2 mapping in the current scene. You may need to select 3D scenes in the Import dock and change their global illumination mode accordingly.
NoSavePath = 4
Lightmap baking failed as the LightmapGIData save path isn't configured in the resource.
NoSceneRoot = 1
Lightmap baking failed because the root node for the edited scene could not be accessed.
Ok = 0
Lightmap baking was successful.
TextureSizeTooSmall = 9
Lightmap baking failed as the maximum texture size is too small to fit some of the meshes marked for baking.
UserAborted = 8
The user aborted the lightmap baking operation (typically by clicking the Cancel button in the progress dialog).