Click or drag to resize

NavigationMeshSetSourceGroupName Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.NavigationMesh.SetSourceGroupName(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSourceGroupName is deprecated. Use the Geometry__sourceGroupName property instead.")]
public void SetSourceGroupName(
	string mask
)

Parameters

mask
Type: SystemString

[Missing <param name="mask"/> documentation for "M:Godot.NavigationMesh.SetSourceGroupName(System.String)"]

See Also