Click or drag to resize

BakedLightmapSetBounces Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.BakedLightmap.SetBounces(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetBounces is deprecated. Use the Bounces property instead.")]
public void SetBounces(
	int bounces
)

Parameters

bounces
Type: SystemInt32

[Missing <param name="bounces"/> documentation for "M:Godot.BakedLightmap.SetBounces(System.Int32)"]

See Also