Click or drag to resize

MeshSetLightmapSizeHint Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Mesh.SetLightmapSizeHint(Godot.Vector2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetLightmapSizeHint is deprecated. Use the LightmapSizeHint property instead.")]
public void SetLightmapSizeHint(
	Vector2 size
)

Parameters

size
Type: GodotVector2

[Missing <param name="size"/> documentation for "M:Godot.Mesh.SetLightmapSizeHint(Godot.Vector2)"]

See Also