Click or drag to resize

GridMapMakeBakedMeshes Method

[Missing <summary> documentation for "M:Godot.GridMap.MakeBakedMeshes(System.Boolean,System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void MakeBakedMeshes(
	bool genLightmapUv = false,
	float lightmapUvTexelSize = 0.1f
)

Parameters

genLightmapUv (Optional)
Type: SystemBoolean

[Missing <param name="genLightmapUv"/> documentation for "M:Godot.GridMap.MakeBakedMeshes(System.Boolean,System.Single)"]

lightmapUvTexelSize (Optional)
Type: SystemSingle

[Missing <param name="lightmapUvTexelSize"/> documentation for "M:Godot.GridMap.MakeBakedMeshes(System.Boolean,System.Single)"]

See Also