Click or drag to resize

NavigationMeshSetSamplePartitionType Method

Note: This API is now obsolete.

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

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

Parameters

samplePartitionType
Type: SystemInt32

[Missing <param name="samplePartitionType"/> documentation for "M:Godot.NavigationMesh.SetSamplePartitionType(System.Int32)"]

See Also